Documentation ¶
Index ¶
- Variables
- func BooleanFilterToMods(m *graphql_models.BooleanFilter, column string) []qm.QueryMod
- func CommentConnection(ctx context.Context, db *sql.DB, originalMods []qm.QueryMod, ...) (*graphql_models.CommentConnection, error)
- func CommentCreateInputToBoiler(m *graphql_models.CommentCreateInput) *models.Comment
- func CommentCreateInputToBoilerWhitelist(input map[string]interface{}, extraColumns ...string) boil.Columns
- func CommentCreateInputToModelM(input map[string]interface{}, m graphql_models.CommentCreateInput) models.M
- func CommentCreateInputsToBoiler(am []*graphql_models.CommentCreateInput) []*models.Comment
- func CommentCursorMods(ordering []*graphql_models.CommentOrdering, cursor *string, ...) []qm.QueryMod
- func CommentCursorType(ordering []*graphql_models.CommentOrdering) boilergql.CursorType
- func CommentEdgeConverter(pagination boilergql.ConnectionPagination, ...) func(*models.Comment, int) *graphql_models.CommentEdge
- func CommentFilterToMods(m *graphql_models.CommentFilter) []qm.QueryMod
- func CommentID(v string) string
- func CommentIDToGraphQL(v string) string
- func CommentIDs(a []string) []string
- func CommentLikeConnection(ctx context.Context, db *sql.DB, originalMods []qm.QueryMod, ...) (*graphql_models.CommentLikeConnection, error)
- func CommentLikeCreateInputToBoiler(m *graphql_models.CommentLikeCreateInput) *models.CommentLike
- func CommentLikeCreateInputToBoilerWhitelist(input map[string]interface{}, extraColumns ...string) boil.Columns
- func CommentLikeCreateInputToModelM(input map[string]interface{}, m graphql_models.CommentLikeCreateInput) models.M
- func CommentLikeCreateInputsToBoiler(am []*graphql_models.CommentLikeCreateInput) []*models.CommentLike
- func CommentLikeCursorMods(ordering []*graphql_models.CommentLikeOrdering, cursor *string, ...) []qm.QueryMod
- func CommentLikeCursorType(ordering []*graphql_models.CommentLikeOrdering) boilergql.CursorType
- func CommentLikeEdgeConverter(pagination boilergql.ConnectionPagination, ...) func(*models.CommentLike, int) *graphql_models.CommentLikeEdge
- func CommentLikeFilterToMods(m *graphql_models.CommentLikeFilter) []qm.QueryMod
- func CommentLikeID(v string) string
- func CommentLikeIDToGraphQL(v string) string
- func CommentLikeIDs(a []string) []string
- func CommentLikePaginationMods(pagination boilergql.ConnectionPagination, ...) ([]qm.QueryMod, error)
- func CommentLikePaginationModsBase(pagination boilergql.ConnectionPagination, ...) (*string, []qm.QueryMod)
- func CommentLikeReversePageInformation(ctx context.Context, db *sql.DB, pagination boilergql.ConnectionPagination, ...) (bool, error)
- func CommentLikeSearchToMods(search *string) []qm.QueryMod
- func CommentLikeSortCursorValue(sort graphql_models.CommentLikeSort, m *graphql_models.CommentLike) interface{}
- func CommentLikeSortDirection(ordering []*graphql_models.CommentLikeOrdering) boilergql.SortDirection
- func CommentLikeSortMods(ordering []*graphql_models.CommentLikeOrdering, reverse bool, ...) []qm.QueryMod
- func CommentLikeSortToNullDotString(v graphql_models.CommentLikeSort) null.String
- func CommentLikeSortToString(v graphql_models.CommentLikeSort) string
- func CommentLikeSortValueFromCursorValue(cursorValue string) (string, interface{})
- func CommentLikeStartEndCursor(edges []*graphql_models.CommentLikeEdge) (*string, *string)
- func CommentLikeToGraphQL(m *models.CommentLike) *graphql_models.CommentLike
- func CommentLikeUpdateInputToBoiler(m *graphql_models.CommentLikeUpdateInput) *models.CommentLike
- func CommentLikeUpdateInputToBoilerWhitelist(input map[string]interface{}, extraColumns ...string) boil.Columns
- func CommentLikeUpdateInputToModelM(input map[string]interface{}, m graphql_models.CommentLikeUpdateInput) models.M
- func CommentLikeUpdateInputsToBoiler(am []*graphql_models.CommentLikeUpdateInput) []*models.CommentLike
- func CommentLikeWhereSubqueryToMods(m *graphql_models.CommentLikeWhere, foreignColumn string, parentTable string) []qm.QueryMod
- func CommentLikeWhereToMods(m *graphql_models.CommentLikeWhere, withPrimaryID bool, parentTable string) []qm.QueryMod
- func CommentLikeWithNullDotStringID(id null.String) *graphql_models.CommentLike
- func CommentLikeWithStringID(id string) *graphql_models.CommentLike
- func CommentLikesToGraphQL(am []*models.CommentLike) []*graphql_models.CommentLike
- func CommentPaginationMods(pagination boilergql.ConnectionPagination, ...) ([]qm.QueryMod, error)
- func CommentPaginationModsBase(pagination boilergql.ConnectionPagination, ...) (*string, []qm.QueryMod)
- func CommentReversePageInformation(ctx context.Context, db *sql.DB, pagination boilergql.ConnectionPagination, ...) (bool, error)
- func CommentSearchToMods(search *string) []qm.QueryMod
- func CommentSortCursorValue(sort graphql_models.CommentSort, m *graphql_models.Comment) interface{}
- func CommentSortDirection(ordering []*graphql_models.CommentOrdering) boilergql.SortDirection
- func CommentSortMods(ordering []*graphql_models.CommentOrdering, reverse bool, ...) []qm.QueryMod
- func CommentSortToNullDotString(v graphql_models.CommentSort) null.String
- func CommentSortToString(v graphql_models.CommentSort) string
- func CommentSortValueFromCursorValue(cursorValue string) (string, interface{})
- func CommentStartEndCursor(edges []*graphql_models.CommentEdge) (*string, *string)
- func CommentToGraphQL(m *models.Comment) *graphql_models.Comment
- func CommentUpdateInputToBoiler(m *graphql_models.CommentUpdateInput) *models.Comment
- func CommentUpdateInputToBoilerWhitelist(input map[string]interface{}, extraColumns ...string) boil.Columns
- func CommentUpdateInputToModelM(input map[string]interface{}, m graphql_models.CommentUpdateInput) models.M
- func CommentUpdateInputsToBoiler(am []*graphql_models.CommentUpdateInput) []*models.Comment
- func CommentWhereSubqueryToMods(m *graphql_models.CommentWhere, foreignColumn string, parentTable string) []qm.QueryMod
- func CommentWhereToMods(m *graphql_models.CommentWhere, withPrimaryID bool, parentTable string) []qm.QueryMod
- func CommentWithNullDotStringID(id null.String) *graphql_models.Comment
- func CommentWithStringID(id string) *graphql_models.Comment
- func CommentsToGraphQL(am []*models.Comment) []*graphql_models.Comment
- func FloatFilterToMods(m *graphql_models.FloatFilter, column string) []qm.QueryMod
- func FriendshipConnection(ctx context.Context, db *sql.DB, originalMods []qm.QueryMod, ...) (*graphql_models.FriendshipConnection, error)
- func FriendshipCreateInputToBoiler(m *graphql_models.FriendshipCreateInput) *models.Friendship
- func FriendshipCreateInputToBoilerWhitelist(input map[string]interface{}, extraColumns ...string) boil.Columns
- func FriendshipCreateInputToModelM(input map[string]interface{}, m graphql_models.FriendshipCreateInput) models.M
- func FriendshipCreateInputsToBoiler(am []*graphql_models.FriendshipCreateInput) []*models.Friendship
- func FriendshipCursorMods(ordering []*graphql_models.FriendshipOrdering, cursor *string, ...) []qm.QueryMod
- func FriendshipCursorType(ordering []*graphql_models.FriendshipOrdering) boilergql.CursorType
- func FriendshipEdgeConverter(pagination boilergql.ConnectionPagination, ...) func(*models.Friendship, int) *graphql_models.FriendshipEdge
- func FriendshipFilterToMods(m *graphql_models.FriendshipFilter) []qm.QueryMod
- func FriendshipID(v string) string
- func FriendshipIDToGraphQL(v string) string
- func FriendshipIDs(a []string) []string
- func FriendshipPaginationMods(pagination boilergql.ConnectionPagination, ...) ([]qm.QueryMod, error)
- func FriendshipPaginationModsBase(pagination boilergql.ConnectionPagination, ...) (*string, []qm.QueryMod)
- func FriendshipReversePageInformation(ctx context.Context, db *sql.DB, pagination boilergql.ConnectionPagination, ...) (bool, error)
- func FriendshipSearchToMods(search *string) []qm.QueryMod
- func FriendshipSortCursorValue(sort graphql_models.FriendshipSort, m *graphql_models.Friendship) interface{}
- func FriendshipSortDirection(ordering []*graphql_models.FriendshipOrdering) boilergql.SortDirection
- func FriendshipSortMods(ordering []*graphql_models.FriendshipOrdering, reverse bool, ...) []qm.QueryMod
- func FriendshipSortToNullDotString(v graphql_models.FriendshipSort) null.String
- func FriendshipSortToString(v graphql_models.FriendshipSort) string
- func FriendshipSortValueFromCursorValue(cursorValue string) (string, interface{})
- func FriendshipStartEndCursor(edges []*graphql_models.FriendshipEdge) (*string, *string)
- func FriendshipToGraphQL(m *models.Friendship) *graphql_models.Friendship
- func FriendshipUpdateInputToBoiler(m *graphql_models.FriendshipUpdateInput) *models.Friendship
- func FriendshipUpdateInputToBoilerWhitelist(input map[string]interface{}, extraColumns ...string) boil.Columns
- func FriendshipUpdateInputToModelM(input map[string]interface{}, m graphql_models.FriendshipUpdateInput) models.M
- func FriendshipUpdateInputsToBoiler(am []*graphql_models.FriendshipUpdateInput) []*models.Friendship
- func FriendshipWhereSubqueryToMods(m *graphql_models.FriendshipWhere, foreignColumn string, parentTable string) []qm.QueryMod
- func FriendshipWhereToMods(m *graphql_models.FriendshipWhere, withPrimaryID bool, parentTable string) []qm.QueryMod
- func FriendshipWithNullDotStringID(id null.String) *graphql_models.Friendship
- func FriendshipWithStringID(id string) *graphql_models.Friendship
- func FriendshipsToGraphQL(am []*models.Friendship) []*graphql_models.Friendship
- func FromCommentCursor(cursor string, comparisonSign boilergql.ComparisonSign) []qm.QueryMod
- func FromCommentLikeCursor(cursor string, comparisonSign boilergql.ComparisonSign) []qm.QueryMod
- func FromFriendshipCursor(cursor string, comparisonSign boilergql.ComparisonSign) []qm.QueryMod
- func FromImageCursor(cursor string, comparisonSign boilergql.ComparisonSign) []qm.QueryMod
- func FromImageVariationCursor(cursor string, comparisonSign boilergql.ComparisonSign) []qm.QueryMod
- func FromLikeCursor(cursor string, comparisonSign boilergql.ComparisonSign) []qm.QueryMod
- func FromPostCursor(cursor string, comparisonSign boilergql.ComparisonSign) []qm.QueryMod
- func FromUserCursor(cursor string, comparisonSign boilergql.ComparisonSign) []qm.QueryMod
- func GetCommentLikeNodePreloadMods(ctx context.Context) (queryMods []qm.QueryMod)
- func GetCommentLikePreloadMods(ctx context.Context) (queryMods []qm.QueryMod)
- func GetCommentLikePreloadModsWithLevel(ctx context.Context, level string) (queryMods []qm.QueryMod)
- func GetCommentNodePreloadMods(ctx context.Context) (queryMods []qm.QueryMod)
- func GetCommentPreloadMods(ctx context.Context) (queryMods []qm.QueryMod)
- func GetCommentPreloadModsWithLevel(ctx context.Context, level string) (queryMods []qm.QueryMod)
- func GetFriendshipNodePreloadMods(ctx context.Context) (queryMods []qm.QueryMod)
- func GetFriendshipPreloadMods(ctx context.Context) (queryMods []qm.QueryMod)
- func GetFriendshipPreloadModsWithLevel(ctx context.Context, level string) (queryMods []qm.QueryMod)
- func GetImageNodePreloadMods(ctx context.Context) (queryMods []qm.QueryMod)
- func GetImagePreloadMods(ctx context.Context) (queryMods []qm.QueryMod)
- func GetImagePreloadModsWithLevel(ctx context.Context, level string) (queryMods []qm.QueryMod)
- func GetImageVariationNodePreloadMods(ctx context.Context) (queryMods []qm.QueryMod)
- func GetImageVariationPreloadMods(ctx context.Context) (queryMods []qm.QueryMod)
- func GetImageVariationPreloadModsWithLevel(ctx context.Context, level string) (queryMods []qm.QueryMod)
- func GetLikeNodePreloadMods(ctx context.Context) (queryMods []qm.QueryMod)
- func GetLikePreloadMods(ctx context.Context) (queryMods []qm.QueryMod)
- func GetLikePreloadModsWithLevel(ctx context.Context, level string) (queryMods []qm.QueryMod)
- func GetPostNodePreloadMods(ctx context.Context) (queryMods []qm.QueryMod)
- func GetPostPreloadMods(ctx context.Context) (queryMods []qm.QueryMod)
- func GetPostPreloadModsWithLevel(ctx context.Context, level string) (queryMods []qm.QueryMod)
- func GetUserNodePreloadMods(ctx context.Context) (queryMods []qm.QueryMod)
- func GetUserPreloadMods(ctx context.Context) (queryMods []qm.QueryMod)
- func GetUserPreloadModsWithLevel(ctx context.Context, level string) (queryMods []qm.QueryMod)
- func IDFilterToMods(m *graphql_models.IDFilter, column string) []qm.QueryMod
- func ImageConnection(ctx context.Context, db *sql.DB, originalMods []qm.QueryMod, ...) (*graphql_models.ImageConnection, error)
- func ImageCreateInputToBoiler(m *graphql_models.ImageCreateInput) *models.Image
- func ImageCreateInputToBoilerWhitelist(input map[string]interface{}, extraColumns ...string) boil.Columns
- func ImageCreateInputToModelM(input map[string]interface{}, m graphql_models.ImageCreateInput) models.M
- func ImageCreateInputsToBoiler(am []*graphql_models.ImageCreateInput) []*models.Image
- func ImageCursorMods(ordering []*graphql_models.ImageOrdering, cursor *string, ...) []qm.QueryMod
- func ImageCursorType(ordering []*graphql_models.ImageOrdering) boilergql.CursorType
- func ImageEdgeConverter(pagination boilergql.ConnectionPagination, ...) func(*models.Image, int) *graphql_models.ImageEdge
- func ImageFilterToMods(m *graphql_models.ImageFilter) []qm.QueryMod
- func ImageID(v string) string
- func ImageIDToGraphQL(v string) string
- func ImageIDs(a []string) []string
- func ImagePaginationMods(pagination boilergql.ConnectionPagination, ...) ([]qm.QueryMod, error)
- func ImagePaginationModsBase(pagination boilergql.ConnectionPagination, ...) (*string, []qm.QueryMod)
- func ImageReversePageInformation(ctx context.Context, db *sql.DB, pagination boilergql.ConnectionPagination, ...) (bool, error)
- func ImageSearchToMods(search *string) []qm.QueryMod
- func ImageSortCursorValue(sort graphql_models.ImageSort, m *graphql_models.Image) interface{}
- func ImageSortDirection(ordering []*graphql_models.ImageOrdering) boilergql.SortDirection
- func ImageSortMods(ordering []*graphql_models.ImageOrdering, reverse bool, ...) []qm.QueryMod
- func ImageSortToNullDotString(v graphql_models.ImageSort) null.String
- func ImageSortToString(v graphql_models.ImageSort) string
- func ImageSortValueFromCursorValue(cursorValue string) (string, interface{})
- func ImageStartEndCursor(edges []*graphql_models.ImageEdge) (*string, *string)
- func ImageToGraphQL(m *models.Image) *graphql_models.Image
- func ImageUpdateInputToBoiler(m *graphql_models.ImageUpdateInput) *models.Image
- func ImageUpdateInputToBoilerWhitelist(input map[string]interface{}, extraColumns ...string) boil.Columns
- func ImageUpdateInputToModelM(input map[string]interface{}, m graphql_models.ImageUpdateInput) models.M
- func ImageUpdateInputsToBoiler(am []*graphql_models.ImageUpdateInput) []*models.Image
- func ImageVariationConnection(ctx context.Context, db *sql.DB, originalMods []qm.QueryMod, ...) (*graphql_models.ImageVariationConnection, error)
- func ImageVariationCreateInputToBoiler(m *graphql_models.ImageVariationCreateInput) *models.ImageVariation
- func ImageVariationCreateInputToBoilerWhitelist(input map[string]interface{}, extraColumns ...string) boil.Columns
- func ImageVariationCreateInputToModelM(input map[string]interface{}, m graphql_models.ImageVariationCreateInput) models.M
- func ImageVariationCreateInputsToBoiler(am []*graphql_models.ImageVariationCreateInput) []*models.ImageVariation
- func ImageVariationCursorMods(ordering []*graphql_models.ImageVariationOrdering, cursor *string, ...) []qm.QueryMod
- func ImageVariationCursorType(ordering []*graphql_models.ImageVariationOrdering) boilergql.CursorType
- func ImageVariationEdgeConverter(pagination boilergql.ConnectionPagination, ...) func(*models.ImageVariation, int) *graphql_models.ImageVariationEdge
- func ImageVariationFilterToMods(m *graphql_models.ImageVariationFilter) []qm.QueryMod
- func ImageVariationID(v string) string
- func ImageVariationIDToGraphQL(v string) string
- func ImageVariationIDs(a []string) []string
- func ImageVariationPaginationMods(pagination boilergql.ConnectionPagination, ...) ([]qm.QueryMod, error)
- func ImageVariationPaginationModsBase(pagination boilergql.ConnectionPagination, ...) (*string, []qm.QueryMod)
- func ImageVariationReversePageInformation(ctx context.Context, db *sql.DB, pagination boilergql.ConnectionPagination, ...) (bool, error)
- func ImageVariationSearchToMods(search *string) []qm.QueryMod
- func ImageVariationSortCursorValue(sort graphql_models.ImageVariationSort, m *graphql_models.ImageVariation) interface{}
- func ImageVariationSortDirection(ordering []*graphql_models.ImageVariationOrdering) boilergql.SortDirection
- func ImageVariationSortMods(ordering []*graphql_models.ImageVariationOrdering, reverse bool, ...) []qm.QueryMod
- func ImageVariationSortToNullDotString(v graphql_models.ImageVariationSort) null.String
- func ImageVariationSortToString(v graphql_models.ImageVariationSort) string
- func ImageVariationSortValueFromCursorValue(cursorValue string) (string, interface{})
- func ImageVariationStartEndCursor(edges []*graphql_models.ImageVariationEdge) (*string, *string)
- func ImageVariationToGraphQL(m *models.ImageVariation) *graphql_models.ImageVariation
- func ImageVariationUpdateInputToBoiler(m *graphql_models.ImageVariationUpdateInput) *models.ImageVariation
- func ImageVariationUpdateInputToBoilerWhitelist(input map[string]interface{}, extraColumns ...string) boil.Columns
- func ImageVariationUpdateInputToModelM(input map[string]interface{}, m graphql_models.ImageVariationUpdateInput) models.M
- func ImageVariationUpdateInputsToBoiler(am []*graphql_models.ImageVariationUpdateInput) []*models.ImageVariation
- func ImageVariationWhereSubqueryToMods(m *graphql_models.ImageVariationWhere, foreignColumn string, ...) []qm.QueryMod
- func ImageVariationWhereToMods(m *graphql_models.ImageVariationWhere, withPrimaryID bool, parentTable string) []qm.QueryMod
- func ImageVariationWithNullDotStringID(id null.String) *graphql_models.ImageVariation
- func ImageVariationWithStringID(id string) *graphql_models.ImageVariation
- func ImageVariationsToGraphQL(am []*models.ImageVariation) []*graphql_models.ImageVariation
- func ImageWhereSubqueryToMods(m *graphql_models.ImageWhere, foreignColumn string, parentTable string) []qm.QueryMod
- func ImageWhereToMods(m *graphql_models.ImageWhere, withPrimaryID bool, parentTable string) []qm.QueryMod
- func ImageWithNullDotStringID(id null.String) *graphql_models.Image
- func ImageWithStringID(id string) *graphql_models.Image
- func ImagesToGraphQL(am []*models.Image) []*graphql_models.Image
- func IntFilterToMods(m *graphql_models.IntFilter, column string) []qm.QueryMod
- func LikeConnection(ctx context.Context, db *sql.DB, originalMods []qm.QueryMod, ...) (*graphql_models.LikeConnection, error)
- func LikeCreateInputToBoiler(m *graphql_models.LikeCreateInput) *models.Like
- func LikeCreateInputToBoilerWhitelist(input map[string]interface{}, extraColumns ...string) boil.Columns
- func LikeCreateInputToModelM(input map[string]interface{}, m graphql_models.LikeCreateInput) models.M
- func LikeCreateInputsToBoiler(am []*graphql_models.LikeCreateInput) []*models.Like
- func LikeCursorMods(ordering []*graphql_models.LikeOrdering, cursor *string, ...) []qm.QueryMod
- func LikeCursorType(ordering []*graphql_models.LikeOrdering) boilergql.CursorType
- func LikeEdgeConverter(pagination boilergql.ConnectionPagination, ...) func(*models.Like, int) *graphql_models.LikeEdge
- func LikeFilterToMods(m *graphql_models.LikeFilter) []qm.QueryMod
- func LikeID(v string) string
- func LikeIDToGraphQL(v string) string
- func LikeIDs(a []string) []string
- func LikePaginationMods(pagination boilergql.ConnectionPagination, ...) ([]qm.QueryMod, error)
- func LikePaginationModsBase(pagination boilergql.ConnectionPagination, ...) (*string, []qm.QueryMod)
- func LikeReversePageInformation(ctx context.Context, db *sql.DB, pagination boilergql.ConnectionPagination, ...) (bool, error)
- func LikeSearchToMods(search *string) []qm.QueryMod
- func LikeSortCursorValue(sort graphql_models.LikeSort, m *graphql_models.Like) interface{}
- func LikeSortDirection(ordering []*graphql_models.LikeOrdering) boilergql.SortDirection
- func LikeSortMods(ordering []*graphql_models.LikeOrdering, reverse bool, ...) []qm.QueryMod
- func LikeSortToNullDotString(v graphql_models.LikeSort) null.String
- func LikeSortToString(v graphql_models.LikeSort) string
- func LikeSortValueFromCursorValue(cursorValue string) (string, interface{})
- func LikeStartEndCursor(edges []*graphql_models.LikeEdge) (*string, *string)
- func LikeToGraphQL(m *models.Like) *graphql_models.Like
- func LikeUpdateInputToBoiler(m *graphql_models.LikeUpdateInput) *models.Like
- func LikeUpdateInputToBoilerWhitelist(input map[string]interface{}, extraColumns ...string) boil.Columns
- func LikeUpdateInputToModelM(input map[string]interface{}, m graphql_models.LikeUpdateInput) models.M
- func LikeUpdateInputsToBoiler(am []*graphql_models.LikeUpdateInput) []*models.Like
- func LikeWhereSubqueryToMods(m *graphql_models.LikeWhere, foreignColumn string, parentTable string) []qm.QueryMod
- func LikeWhereToMods(m *graphql_models.LikeWhere, withPrimaryID bool, parentTable string) []qm.QueryMod
- func LikeWithNullDotStringID(id null.String) *graphql_models.Like
- func LikeWithStringID(id string) *graphql_models.Like
- func LikesToGraphQL(am []*models.Like) []*graphql_models.Like
- func NullDotStringToCommentLikeSort(v null.String) graphql_models.CommentLikeSort
- func NullDotStringToCommentSort(v null.String) graphql_models.CommentSort
- func NullDotStringToFriendshipSort(v null.String) graphql_models.FriendshipSort
- func NullDotStringToImageSort(v null.String) graphql_models.ImageSort
- func NullDotStringToImageVariationSort(v null.String) graphql_models.ImageVariationSort
- func NullDotStringToLikeSort(v null.String) graphql_models.LikeSort
- func NullDotStringToPointerCommentLikeSort(v null.String) *graphql_models.CommentLikeSort
- func NullDotStringToPointerCommentSort(v null.String) *graphql_models.CommentSort
- func NullDotStringToPointerFriendshipSort(v null.String) *graphql_models.FriendshipSort
- func NullDotStringToPointerImageSort(v null.String) *graphql_models.ImageSort
- func NullDotStringToPointerImageVariationSort(v null.String) *graphql_models.ImageVariationSort
- func NullDotStringToPointerLikeSort(v null.String) *graphql_models.LikeSort
- func NullDotStringToPointerPostSort(v null.String) *graphql_models.PostSort
- func NullDotStringToPointerUserSort(v null.String) *graphql_models.UserSort
- func NullDotStringToPostSort(v null.String) graphql_models.PostSort
- func NullDotStringToUserSort(v null.String) graphql_models.UserSort
- func PointerCommentLikeSortToNullDotString(v *graphql_models.CommentLikeSort) null.String
- func PointerCommentLikeSortToString(v *graphql_models.CommentLikeSort) string
- func PointerCommentSortToNullDotString(v *graphql_models.CommentSort) null.String
- func PointerCommentSortToString(v *graphql_models.CommentSort) string
- func PointerFriendshipSortToNullDotString(v *graphql_models.FriendshipSort) null.String
- func PointerFriendshipSortToString(v *graphql_models.FriendshipSort) string
- func PointerImageSortToNullDotString(v *graphql_models.ImageSort) null.String
- func PointerImageSortToString(v *graphql_models.ImageSort) string
- func PointerImageVariationSortToNullDotString(v *graphql_models.ImageVariationSort) null.String
- func PointerImageVariationSortToString(v *graphql_models.ImageVariationSort) string
- func PointerLikeSortToNullDotString(v *graphql_models.LikeSort) null.String
- func PointerLikeSortToString(v *graphql_models.LikeSort) string
- func PointerPostSortToNullDotString(v *graphql_models.PostSort) null.String
- func PointerPostSortToString(v *graphql_models.PostSort) string
- func PointerUserSortToNullDotString(v *graphql_models.UserSort) null.String
- func PointerUserSortToString(v *graphql_models.UserSort) string
- func PostConnection(ctx context.Context, db *sql.DB, originalMods []qm.QueryMod, ...) (*graphql_models.PostConnection, error)
- func PostCreateInputToBoiler(m *graphql_models.PostCreateInput) *models.Post
- func PostCreateInputToBoilerWhitelist(input map[string]interface{}, extraColumns ...string) boil.Columns
- func PostCreateInputToModelM(input map[string]interface{}, m graphql_models.PostCreateInput) models.M
- func PostCreateInputsToBoiler(am []*graphql_models.PostCreateInput) []*models.Post
- func PostCursorMods(ordering []*graphql_models.PostOrdering, cursor *string, ...) []qm.QueryMod
- func PostCursorType(ordering []*graphql_models.PostOrdering) boilergql.CursorType
- func PostEdgeConverter(pagination boilergql.ConnectionPagination, ...) func(*models.Post, int) *graphql_models.PostEdge
- func PostFilterToMods(m *graphql_models.PostFilter) []qm.QueryMod
- func PostID(v string) string
- func PostIDToGraphQL(v string) string
- func PostIDs(a []string) []string
- func PostPaginationMods(pagination boilergql.ConnectionPagination, ...) ([]qm.QueryMod, error)
- func PostPaginationModsBase(pagination boilergql.ConnectionPagination, ...) (*string, []qm.QueryMod)
- func PostReversePageInformation(ctx context.Context, db *sql.DB, pagination boilergql.ConnectionPagination, ...) (bool, error)
- func PostSearchToMods(search *string) []qm.QueryMod
- func PostSortCursorValue(sort graphql_models.PostSort, m *graphql_models.Post) interface{}
- func PostSortDirection(ordering []*graphql_models.PostOrdering) boilergql.SortDirection
- func PostSortMods(ordering []*graphql_models.PostOrdering, reverse bool, ...) []qm.QueryMod
- func PostSortToNullDotString(v graphql_models.PostSort) null.String
- func PostSortToString(v graphql_models.PostSort) string
- func PostSortValueFromCursorValue(cursorValue string) (string, interface{})
- func PostStartEndCursor(edges []*graphql_models.PostEdge) (*string, *string)
- func PostToGraphQL(m *models.Post) *graphql_models.Post
- func PostUpdateInputToBoiler(m *graphql_models.PostUpdateInput) *models.Post
- func PostUpdateInputToBoilerWhitelist(input map[string]interface{}, extraColumns ...string) boil.Columns
- func PostUpdateInputToModelM(input map[string]interface{}, m graphql_models.PostUpdateInput) models.M
- func PostUpdateInputsToBoiler(am []*graphql_models.PostUpdateInput) []*models.Post
- func PostWhereSubqueryToMods(m *graphql_models.PostWhere, foreignColumn string, parentTable string) []qm.QueryMod
- func PostWhereToMods(m *graphql_models.PostWhere, withPrimaryID bool, parentTable string) []qm.QueryMod
- func PostWithNullDotStringID(id null.String) *graphql_models.Post
- func PostWithStringID(id string) *graphql_models.Post
- func PostsToGraphQL(am []*models.Post) []*graphql_models.Post
- func StringFilterToMods(m *graphql_models.StringFilter, column string) []qm.QueryMod
- func StringToCommentLikeSort(v string) graphql_models.CommentLikeSort
- func StringToCommentSort(v string) graphql_models.CommentSort
- func StringToFriendshipSort(v string) graphql_models.FriendshipSort
- func StringToImageSort(v string) graphql_models.ImageSort
- func StringToImageVariationSort(v string) graphql_models.ImageVariationSort
- func StringToLikeSort(v string) graphql_models.LikeSort
- func StringToPointerCommentLikeSort(v string) *graphql_models.CommentLikeSort
- func StringToPointerCommentSort(v string) *graphql_models.CommentSort
- func StringToPointerFriendshipSort(v string) *graphql_models.FriendshipSort
- func StringToPointerImageSort(v string) *graphql_models.ImageSort
- func StringToPointerImageVariationSort(v string) *graphql_models.ImageVariationSort
- func StringToPointerLikeSort(v string) *graphql_models.LikeSort
- func StringToPointerPostSort(v string) *graphql_models.PostSort
- func StringToPointerUserSort(v string) *graphql_models.UserSort
- func StringToPostSort(v string) graphql_models.PostSort
- func StringToUserSort(v string) graphql_models.UserSort
- func ToCommentCursor(ordering []*graphql_models.CommentOrdering, m *graphql_models.Comment) string
- func ToCommentCursorSwitch(ordering []*graphql_models.CommentOrdering, m *graphql_models.Comment, ...) string
- func ToCommentLikeCursor(ordering []*graphql_models.CommentLikeOrdering, m *graphql_models.CommentLike) string
- func ToCommentLikeCursorSwitch(ordering []*graphql_models.CommentLikeOrdering, m *graphql_models.CommentLike, ...) string
- func ToFriendshipCursor(ordering []*graphql_models.FriendshipOrdering, m *graphql_models.Friendship) string
- func ToFriendshipCursorSwitch(ordering []*graphql_models.FriendshipOrdering, m *graphql_models.Friendship, ...) string
- func ToImageCursor(ordering []*graphql_models.ImageOrdering, m *graphql_models.Image) string
- func ToImageCursorSwitch(ordering []*graphql_models.ImageOrdering, m *graphql_models.Image, ...) string
- func ToImageVariationCursor(ordering []*graphql_models.ImageVariationOrdering, ...) string
- func ToImageVariationCursorSwitch(ordering []*graphql_models.ImageVariationOrdering, ...) string
- func ToLikeCursor(ordering []*graphql_models.LikeOrdering, m *graphql_models.Like) string
- func ToLikeCursorSwitch(ordering []*graphql_models.LikeOrdering, m *graphql_models.Like, ...) string
- func ToPostCursor(ordering []*graphql_models.PostOrdering, m *graphql_models.Post) string
- func ToPostCursorSwitch(ordering []*graphql_models.PostOrdering, m *graphql_models.Post, ...) string
- func ToUserCursor(ordering []*graphql_models.UserOrdering, m *graphql_models.User) string
- func ToUserCursorSwitch(ordering []*graphql_models.UserOrdering, m *graphql_models.User, ...) string
- func UserConnection(ctx context.Context, db *sql.DB, originalMods []qm.QueryMod, ...) (*graphql_models.UserConnection, error)
- func UserCreateInputToBoiler(m *graphql_models.UserCreateInput) *models.User
- func UserCreateInputToBoilerWhitelist(input map[string]interface{}, extraColumns ...string) boil.Columns
- func UserCreateInputToModelM(input map[string]interface{}, m graphql_models.UserCreateInput) models.M
- func UserCreateInputsToBoiler(am []*graphql_models.UserCreateInput) []*models.User
- func UserCursorMods(ordering []*graphql_models.UserOrdering, cursor *string, ...) []qm.QueryMod
- func UserCursorType(ordering []*graphql_models.UserOrdering) boilergql.CursorType
- func UserEdgeConverter(pagination boilergql.ConnectionPagination, ...) func(*models.User, int) *graphql_models.UserEdge
- func UserFilterToMods(m *graphql_models.UserFilter) []qm.QueryMod
- func UserID(v string) string
- func UserIDToGraphQL(v string) string
- func UserIDs(a []string) []string
- func UserPaginationMods(pagination boilergql.ConnectionPagination, ...) ([]qm.QueryMod, error)
- func UserPaginationModsBase(pagination boilergql.ConnectionPagination, ...) (*string, []qm.QueryMod)
- func UserReversePageInformation(ctx context.Context, db *sql.DB, pagination boilergql.ConnectionPagination, ...) (bool, error)
- func UserSearchToMods(search *string) []qm.QueryMod
- func UserSortCursorValue(sort graphql_models.UserSort, m *graphql_models.User) interface{}
- func UserSortDirection(ordering []*graphql_models.UserOrdering) boilergql.SortDirection
- func UserSortMods(ordering []*graphql_models.UserOrdering, reverse bool, ...) []qm.QueryMod
- func UserSortToNullDotString(v graphql_models.UserSort) null.String
- func UserSortToString(v graphql_models.UserSort) string
- func UserSortValueFromCursorValue(cursorValue string) (string, interface{})
- func UserStartEndCursor(edges []*graphql_models.UserEdge) (*string, *string)
- func UserToGraphQL(m *models.User) *graphql_models.User
- func UserUpdateInputToBoiler(m *graphql_models.UserUpdateInput) *models.User
- func UserUpdateInputToBoilerWhitelist(input map[string]interface{}, extraColumns ...string) boil.Columns
- func UserUpdateInputToModelM(input map[string]interface{}, m graphql_models.UserUpdateInput) models.M
- func UserUpdateInputsToBoiler(am []*graphql_models.UserUpdateInput) []*models.User
- func UserWhereSubqueryToMods(m *graphql_models.UserWhere, foreignColumn string, parentTable string) []qm.QueryMod
- func UserWhereToMods(m *graphql_models.UserWhere, withPrimaryID bool, parentTable string) []qm.QueryMod
- func UserWithNullDotStringID(id null.String) *graphql_models.User
- func UserWithStringID(id string) *graphql_models.User
- func UsersToGraphQL(am []*models.User) []*graphql_models.User
- type CommentLikeSort
- type CommentSort
- type FriendshipSort
- type ImageSort
- type ImageVariationSort
- type LikeSort
- type PostSort
- type UserSort
Constants ¶
This section is empty.
Variables ¶
View Source
var CommentLikePayloadPreloadLevels = struct { CommentLike string }{ CommentLike: "commentLike", }
View Source
var CommentLikeSortAPIValue = map[CommentLikeSort]graphql_models.CommentLikeSort{ CommentLikeSortID: graphql_models.CommentLikeSortID, CommentLikeSortLikeType: graphql_models.CommentLikeSortLikeType, CommentLikeSortCreatedAt: graphql_models.CommentLikeSortCreatedAt, }
View Source
var CommentLikeSortColumn = map[graphql_models.CommentLikeSort]string{ graphql_models.CommentLikeSortID: models.CommentLikeColumns.ID, graphql_models.CommentLikeSortLikeType: models.CommentLikeColumns.LikeType, graphql_models.CommentLikeSortCreatedAt: models.CommentLikeColumns.CreatedAt, }
View Source
var CommentLikeSortDBValue = map[graphql_models.CommentLikeSort]CommentLikeSort{ graphql_models.CommentLikeSortID: CommentLikeSortID, graphql_models.CommentLikeSortLikeType: CommentLikeSortLikeType, graphql_models.CommentLikeSortCreatedAt: CommentLikeSortCreatedAt, }
View Source
var CommentPayloadPreloadLevels = struct { Comment string }{ Comment: "comment", }
View Source
var CommentSortAPIValue = map[CommentSort]graphql_models.CommentSort{ CommentSortID: graphql_models.CommentSortID, CommentSortContent: graphql_models.CommentSortContent, }
View Source
var CommentSortColumn = map[graphql_models.CommentSort]string{ graphql_models.CommentSortID: models.CommentColumns.ID, graphql_models.CommentSortContent: models.CommentColumns.Content, }
View Source
var CommentSortDBValue = map[graphql_models.CommentSort]CommentSort{ graphql_models.CommentSortID: CommentSortID, graphql_models.CommentSortContent: CommentSortContent, }
View Source
var DefaultLevels = struct { EdgesNode string }{ EdgesNode: "edges.node", }
View Source
var FriendshipPayloadPreloadLevels = struct { Friendship string }{ Friendship: "friendship", }
View Source
var FriendshipSortAPIValue = map[FriendshipSort]graphql_models.FriendshipSort{ FriendshipSortID: graphql_models.FriendshipSortID, FriendshipSortCreatedAt: graphql_models.FriendshipSortCreatedAt, }
View Source
var FriendshipSortColumn = map[graphql_models.FriendshipSort]string{ graphql_models.FriendshipSortID: models.FriendshipColumns.ID, graphql_models.FriendshipSortCreatedAt: models.FriendshipColumns.CreatedAt, }
View Source
var FriendshipSortDBValue = map[graphql_models.FriendshipSort]FriendshipSort{ graphql_models.FriendshipSortID: FriendshipSortID, graphql_models.FriendshipSortCreatedAt: FriendshipSortCreatedAt, }
View Source
var ImagePayloadPreloadLevels = struct { Image string }{ Image: "image", }
View Source
var ImageSortAPIValue = map[ImageSort]graphql_models.ImageSort{ ImageSortID: graphql_models.ImageSortID, ImageSortViews: graphql_models.ImageSortViews, ImageSortOriginalURL: graphql_models.ImageSortOriginalURL, }
View Source
var ImageSortColumn = map[graphql_models.ImageSort]string{ graphql_models.ImageSortID: models.ImageColumns.ID, graphql_models.ImageSortViews: models.ImageColumns.Views, graphql_models.ImageSortOriginalURL: models.ImageColumns.OriginalURL, }
View Source
var ImageSortDBValue = map[graphql_models.ImageSort]ImageSort{ graphql_models.ImageSortID: ImageSortID, graphql_models.ImageSortViews: ImageSortViews, graphql_models.ImageSortOriginalURL: ImageSortOriginalURL, }
View Source
var ImageVariationPayloadPreloadLevels = struct { ImageVariation string }{ ImageVariation: "imageVariation", }
View Source
var ImageVariationSortAPIValue = map[ImageVariationSort]graphql_models.ImageVariationSort{ ImageVariationSortID: graphql_models.ImageVariationSortID, }
View Source
var ImageVariationSortColumn = map[graphql_models.ImageVariationSort]string{ graphql_models.ImageVariationSortID: models.ImageVariationColumns.ID, }
View Source
var ImageVariationSortDBValue = map[graphql_models.ImageVariationSort]ImageVariationSort{ graphql_models.ImageVariationSortID: ImageVariationSortID, }
View Source
var LikePayloadPreloadLevels = struct { Like string }{ Like: "like", }
View Source
var LikeSortAPIValue = map[LikeSort]graphql_models.LikeSort{ LikeSortID: graphql_models.LikeSortID, LikeSortLikeType: graphql_models.LikeSortLikeType, LikeSortCreatedAt: graphql_models.LikeSortCreatedAt, }
View Source
var LikeSortColumn = map[graphql_models.LikeSort]string{ graphql_models.LikeSortID: models.LikeColumns.ID, graphql_models.LikeSortLikeType: models.LikeColumns.LikeType, graphql_models.LikeSortCreatedAt: models.LikeColumns.CreatedAt, }
View Source
var LikeSortDBValue = map[graphql_models.LikeSort]LikeSort{ graphql_models.LikeSortID: LikeSortID, graphql_models.LikeSortLikeType: LikeSortLikeType, graphql_models.LikeSortCreatedAt: LikeSortCreatedAt, }
View Source
var PostPayloadPreloadLevels = struct { Post string }{ Post: "post", }
View Source
var PostSortAPIValue = map[PostSort]graphql_models.PostSort{ PostSortID: graphql_models.PostSortID, PostSortContent: graphql_models.PostSortContent, }
View Source
var PostSortColumn = map[graphql_models.PostSort]string{ graphql_models.PostSortID: models.PostColumns.ID, graphql_models.PostSortContent: models.PostColumns.Content, }
View Source
var PostSortDBValue = map[graphql_models.PostSort]PostSort{ graphql_models.PostSortID: PostSortID, graphql_models.PostSortContent: PostSortContent, }
View Source
var TablePreloadMap = map[string]map[string]boilergql.ColumnSetting{ models.TableNames.Comment: { "commentLikes": { Name: models.CommentRels.CommentLikes, RelationshipModelName: models.TableNames.CommentLike, IDAvailable: false, }, "post": { Name: models.CommentRels.Post, RelationshipModelName: models.TableNames.Post, IDAvailable: true, }, "user": { Name: models.CommentRels.User, RelationshipModelName: models.TableNames.User, IDAvailable: true, }, }, models.TableNames.CommentLike: { "comment": { Name: models.CommentLikeRels.Comment, RelationshipModelName: models.TableNames.Comment, IDAvailable: true, }, "user": { Name: models.CommentLikeRels.User, RelationshipModelName: models.TableNames.User, IDAvailable: true, }, }, models.TableNames.Friendship: { "users": { Name: models.FriendshipRels.Users, RelationshipModelName: models.TableNames.User, IDAvailable: false, }, }, models.TableNames.Image: { "imageVariations": { Name: models.ImageRels.ImageVariations, RelationshipModelName: models.TableNames.ImageVariation, IDAvailable: false, }, "post": { Name: models.ImageRels.Post, RelationshipModelName: models.TableNames.Post, IDAvailable: true, }, }, models.TableNames.ImageVariation: { "image": { Name: models.ImageVariationRels.Image, RelationshipModelName: models.TableNames.Image, IDAvailable: true, }, }, models.TableNames.Like: { "post": { Name: models.LikeRels.Post, RelationshipModelName: models.TableNames.Post, IDAvailable: true, }, "user": { Name: models.LikeRels.User, RelationshipModelName: models.TableNames.User, IDAvailable: true, }, }, models.TableNames.Post: { "comments": { Name: models.PostRels.Comments, RelationshipModelName: models.TableNames.Comment, IDAvailable: false, }, "images": { Name: models.PostRels.Images, RelationshipModelName: models.TableNames.Image, IDAvailable: false, }, "likes": { Name: models.PostRels.Likes, RelationshipModelName: models.TableNames.Like, IDAvailable: false, }, "user": { Name: models.PostRels.User, RelationshipModelName: models.TableNames.User, IDAvailable: true, }, }, models.TableNames.User: { "commentLikes": { Name: models.UserRels.CommentLikes, RelationshipModelName: models.TableNames.CommentLike, IDAvailable: false, }, "comments": { Name: models.UserRels.Comments, RelationshipModelName: models.TableNames.Comment, IDAvailable: false, }, "friendships": { Name: models.UserRels.Friendships, RelationshipModelName: models.TableNames.Friendship, IDAvailable: false, }, "likes": { Name: models.UserRels.Likes, RelationshipModelName: models.TableNames.Like, IDAvailable: false, }, "posts": { Name: models.UserRels.Posts, RelationshipModelName: models.TableNames.Post, IDAvailable: false, }, }, }
View Source
var UserPayloadPreloadLevels = struct { User string }{ User: "user", }
View Source
var UserSortAPIValue = map[UserSort]graphql_models.UserSort{ UserSortID: graphql_models.UserSortID, UserSortFirstName: graphql_models.UserSortFirstName, UserSortLastName: graphql_models.UserSortLastName, UserSortEmail: graphql_models.UserSortEmail, UserSortPassword: graphql_models.UserSortPassword, }
View Source
var UserSortColumn = map[graphql_models.UserSort]string{ graphql_models.UserSortID: models.UserColumns.ID, graphql_models.UserSortFirstName: models.UserColumns.FirstName, graphql_models.UserSortLastName: models.UserColumns.LastName, graphql_models.UserSortEmail: models.UserColumns.Email, graphql_models.UserSortPassword: models.UserColumns.Password, }
View Source
var UserSortDBValue = map[graphql_models.UserSort]UserSort{ graphql_models.UserSortID: UserSortID, graphql_models.UserSortFirstName: UserSortFirstName, graphql_models.UserSortLastName: UserSortLastName, graphql_models.UserSortEmail: UserSortEmail, graphql_models.UserSortPassword: UserSortPassword, }
Functions ¶
func BooleanFilterToMods ¶
func BooleanFilterToMods(m *graphql_models.BooleanFilter, column string) []qm.QueryMod
func CommentConnection ¶
func CommentConnection( ctx context.Context, db *sql.DB, originalMods []qm.QueryMod, pagination boilergql.ConnectionPagination, ordering []*graphql_models.CommentOrdering, ) (*graphql_models.CommentConnection, error)
func CommentCreateInputToBoiler ¶
func CommentCreateInputToBoiler( m *graphql_models.CommentCreateInput, ) *models.Comment
func CommentCreateInputToModelM ¶
func CommentCreateInputToModelM( input map[string]interface{}, m graphql_models.CommentCreateInput, ) models.M
func CommentCreateInputsToBoiler ¶
func CommentCreateInputsToBoiler(am []*graphql_models.CommentCreateInput) []*models.Comment
func CommentCursorMods ¶
func CommentCursorMods(ordering []*graphql_models.CommentOrdering, cursor *string, sign boilergql.ComparisonSign) []qm.QueryMod
func CommentCursorType ¶
func CommentCursorType(ordering []*graphql_models.CommentOrdering) boilergql.CursorType
func CommentEdgeConverter ¶
func CommentEdgeConverter(pagination boilergql.ConnectionPagination, ordering []*graphql_models.CommentOrdering) func(*models.Comment, int) *graphql_models.CommentEdge
func CommentFilterToMods ¶
func CommentFilterToMods(m *graphql_models.CommentFilter) []qm.QueryMod
func CommentIDToGraphQL ¶
func CommentIDs ¶
func CommentLikeConnection ¶
func CommentLikeConnection( ctx context.Context, db *sql.DB, originalMods []qm.QueryMod, pagination boilergql.ConnectionPagination, ordering []*graphql_models.CommentLikeOrdering, ) (*graphql_models.CommentLikeConnection, error)
func CommentLikeCreateInputToBoiler ¶
func CommentLikeCreateInputToBoiler( m *graphql_models.CommentLikeCreateInput, ) *models.CommentLike
func CommentLikeCreateInputToModelM ¶
func CommentLikeCreateInputToModelM( input map[string]interface{}, m graphql_models.CommentLikeCreateInput, ) models.M
func CommentLikeCreateInputsToBoiler ¶
func CommentLikeCreateInputsToBoiler(am []*graphql_models.CommentLikeCreateInput) []*models.CommentLike
func CommentLikeCursorMods ¶
func CommentLikeCursorMods(ordering []*graphql_models.CommentLikeOrdering, cursor *string, sign boilergql.ComparisonSign) []qm.QueryMod
func CommentLikeCursorType ¶
func CommentLikeCursorType(ordering []*graphql_models.CommentLikeOrdering) boilergql.CursorType
func CommentLikeEdgeConverter ¶
func CommentLikeEdgeConverter(pagination boilergql.ConnectionPagination, ordering []*graphql_models.CommentLikeOrdering) func(*models.CommentLike, int) *graphql_models.CommentLikeEdge
func CommentLikeFilterToMods ¶
func CommentLikeFilterToMods(m *graphql_models.CommentLikeFilter) []qm.QueryMod
func CommentLikeID ¶
func CommentLikeIDToGraphQL ¶
func CommentLikeIDs ¶
func CommentLikePaginationMods ¶
func CommentLikePaginationMods(pagination boilergql.ConnectionPagination, ordering []*graphql_models.CommentLikeOrdering) ([]qm.QueryMod, error)
func CommentLikePaginationModsBase ¶
func CommentLikePaginationModsBase(pagination boilergql.ConnectionPagination, ordering []*graphql_models.CommentLikeOrdering, reverse bool, limit int) (*string, []qm.QueryMod)
func CommentLikeReversePageInformation ¶
func CommentLikeReversePageInformation( ctx context.Context, db *sql.DB, pagination boilergql.ConnectionPagination, ordering []*graphql_models.CommentLikeOrdering, ) (bool, error)
func CommentLikeSearchToMods ¶
func CommentLikeSortCursorValue ¶
func CommentLikeSortCursorValue(sort graphql_models.CommentLikeSort, m *graphql_models.CommentLike) interface{}
func CommentLikeSortDirection ¶
func CommentLikeSortDirection(ordering []*graphql_models.CommentLikeOrdering) boilergql.SortDirection
func CommentLikeSortMods ¶
func CommentLikeSortMods(ordering []*graphql_models.CommentLikeOrdering, reverse bool, defaultDirection boilergql.SortDirection) []qm.QueryMod
func CommentLikeSortToNullDotString ¶
func CommentLikeSortToNullDotString(v graphql_models.CommentLikeSort) null.String
func CommentLikeSortToString ¶
func CommentLikeSortToString(v graphql_models.CommentLikeSort) string
func CommentLikeStartEndCursor ¶
func CommentLikeStartEndCursor(edges []*graphql_models.CommentLikeEdge) (*string, *string)
func CommentLikeToGraphQL ¶
func CommentLikeToGraphQL(m *models.CommentLike) *graphql_models.CommentLike
func CommentLikeUpdateInputToBoiler ¶
func CommentLikeUpdateInputToBoiler( m *graphql_models.CommentLikeUpdateInput, ) *models.CommentLike
func CommentLikeUpdateInputToModelM ¶
func CommentLikeUpdateInputToModelM( input map[string]interface{}, m graphql_models.CommentLikeUpdateInput, ) models.M
func CommentLikeUpdateInputsToBoiler ¶
func CommentLikeUpdateInputsToBoiler(am []*graphql_models.CommentLikeUpdateInput) []*models.CommentLike
func CommentLikeWhereSubqueryToMods ¶
func CommentLikeWhereSubqueryToMods(m *graphql_models.CommentLikeWhere, foreignColumn string, parentTable string) []qm.QueryMod
func CommentLikeWhereToMods ¶
func CommentLikeWhereToMods(m *graphql_models.CommentLikeWhere, withPrimaryID bool, parentTable string) []qm.QueryMod
func CommentLikeWithNullDotStringID ¶
func CommentLikeWithNullDotStringID(id null.String) *graphql_models.CommentLike
func CommentLikeWithStringID ¶
func CommentLikeWithStringID(id string) *graphql_models.CommentLike
func CommentLikesToGraphQL ¶
func CommentLikesToGraphQL(am []*models.CommentLike) []*graphql_models.CommentLike
func CommentPaginationMods ¶
func CommentPaginationMods(pagination boilergql.ConnectionPagination, ordering []*graphql_models.CommentOrdering) ([]qm.QueryMod, error)
func CommentPaginationModsBase ¶
func CommentPaginationModsBase(pagination boilergql.ConnectionPagination, ordering []*graphql_models.CommentOrdering, reverse bool, limit int) (*string, []qm.QueryMod)
func CommentReversePageInformation ¶
func CommentReversePageInformation( ctx context.Context, db *sql.DB, pagination boilergql.ConnectionPagination, ordering []*graphql_models.CommentOrdering, ) (bool, error)
func CommentSearchToMods ¶
func CommentSortCursorValue ¶
func CommentSortCursorValue(sort graphql_models.CommentSort, m *graphql_models.Comment) interface{}
func CommentSortDirection ¶
func CommentSortDirection(ordering []*graphql_models.CommentOrdering) boilergql.SortDirection
func CommentSortMods ¶
func CommentSortMods(ordering []*graphql_models.CommentOrdering, reverse bool, defaultDirection boilergql.SortDirection) []qm.QueryMod
func CommentSortToNullDotString ¶
func CommentSortToNullDotString(v graphql_models.CommentSort) null.String
func CommentSortToString ¶
func CommentSortToString(v graphql_models.CommentSort) string
func CommentStartEndCursor ¶
func CommentStartEndCursor(edges []*graphql_models.CommentEdge) (*string, *string)
func CommentToGraphQL ¶
func CommentToGraphQL(m *models.Comment) *graphql_models.Comment
func CommentUpdateInputToBoiler ¶
func CommentUpdateInputToBoiler( m *graphql_models.CommentUpdateInput, ) *models.Comment
func CommentUpdateInputToModelM ¶
func CommentUpdateInputToModelM( input map[string]interface{}, m graphql_models.CommentUpdateInput, ) models.M
func CommentUpdateInputsToBoiler ¶
func CommentUpdateInputsToBoiler(am []*graphql_models.CommentUpdateInput) []*models.Comment
func CommentWhereSubqueryToMods ¶
func CommentWhereSubqueryToMods(m *graphql_models.CommentWhere, foreignColumn string, parentTable string) []qm.QueryMod
func CommentWhereToMods ¶
func CommentWhereToMods(m *graphql_models.CommentWhere, withPrimaryID bool, parentTable string) []qm.QueryMod
func CommentWithNullDotStringID ¶
func CommentWithNullDotStringID(id null.String) *graphql_models.Comment
func CommentWithStringID ¶
func CommentWithStringID(id string) *graphql_models.Comment
func CommentsToGraphQL ¶
func CommentsToGraphQL(am []*models.Comment) []*graphql_models.Comment
func FloatFilterToMods ¶
func FloatFilterToMods(m *graphql_models.FloatFilter, column string) []qm.QueryMod
func FriendshipConnection ¶
func FriendshipConnection( ctx context.Context, db *sql.DB, originalMods []qm.QueryMod, pagination boilergql.ConnectionPagination, ordering []*graphql_models.FriendshipOrdering, ) (*graphql_models.FriendshipConnection, error)
func FriendshipCreateInputToBoiler ¶
func FriendshipCreateInputToBoiler( m *graphql_models.FriendshipCreateInput, ) *models.Friendship
func FriendshipCreateInputToModelM ¶
func FriendshipCreateInputToModelM( input map[string]interface{}, m graphql_models.FriendshipCreateInput, ) models.M
func FriendshipCreateInputsToBoiler ¶
func FriendshipCreateInputsToBoiler(am []*graphql_models.FriendshipCreateInput) []*models.Friendship
func FriendshipCursorMods ¶
func FriendshipCursorMods(ordering []*graphql_models.FriendshipOrdering, cursor *string, sign boilergql.ComparisonSign) []qm.QueryMod
func FriendshipCursorType ¶
func FriendshipCursorType(ordering []*graphql_models.FriendshipOrdering) boilergql.CursorType
func FriendshipEdgeConverter ¶
func FriendshipEdgeConverter(pagination boilergql.ConnectionPagination, ordering []*graphql_models.FriendshipOrdering) func(*models.Friendship, int) *graphql_models.FriendshipEdge
func FriendshipFilterToMods ¶
func FriendshipFilterToMods(m *graphql_models.FriendshipFilter) []qm.QueryMod
func FriendshipID ¶
func FriendshipIDToGraphQL ¶
func FriendshipIDs ¶
func FriendshipPaginationMods ¶
func FriendshipPaginationMods(pagination boilergql.ConnectionPagination, ordering []*graphql_models.FriendshipOrdering) ([]qm.QueryMod, error)
func FriendshipPaginationModsBase ¶
func FriendshipPaginationModsBase(pagination boilergql.ConnectionPagination, ordering []*graphql_models.FriendshipOrdering, reverse bool, limit int) (*string, []qm.QueryMod)
func FriendshipReversePageInformation ¶
func FriendshipReversePageInformation( ctx context.Context, db *sql.DB, pagination boilergql.ConnectionPagination, ordering []*graphql_models.FriendshipOrdering, ) (bool, error)
func FriendshipSearchToMods ¶
func FriendshipSortCursorValue ¶
func FriendshipSortCursorValue(sort graphql_models.FriendshipSort, m *graphql_models.Friendship) interface{}
func FriendshipSortDirection ¶
func FriendshipSortDirection(ordering []*graphql_models.FriendshipOrdering) boilergql.SortDirection
func FriendshipSortMods ¶
func FriendshipSortMods(ordering []*graphql_models.FriendshipOrdering, reverse bool, defaultDirection boilergql.SortDirection) []qm.QueryMod
func FriendshipSortToNullDotString ¶
func FriendshipSortToNullDotString(v graphql_models.FriendshipSort) null.String
func FriendshipSortToString ¶
func FriendshipSortToString(v graphql_models.FriendshipSort) string
func FriendshipStartEndCursor ¶
func FriendshipStartEndCursor(edges []*graphql_models.FriendshipEdge) (*string, *string)
func FriendshipToGraphQL ¶
func FriendshipToGraphQL(m *models.Friendship) *graphql_models.Friendship
func FriendshipUpdateInputToBoiler ¶
func FriendshipUpdateInputToBoiler( m *graphql_models.FriendshipUpdateInput, ) *models.Friendship
func FriendshipUpdateInputToModelM ¶
func FriendshipUpdateInputToModelM( input map[string]interface{}, m graphql_models.FriendshipUpdateInput, ) models.M
func FriendshipUpdateInputsToBoiler ¶
func FriendshipUpdateInputsToBoiler(am []*graphql_models.FriendshipUpdateInput) []*models.Friendship
func FriendshipWhereSubqueryToMods ¶
func FriendshipWhereSubqueryToMods(m *graphql_models.FriendshipWhere, foreignColumn string, parentTable string) []qm.QueryMod
func FriendshipWhereToMods ¶
func FriendshipWhereToMods(m *graphql_models.FriendshipWhere, withPrimaryID bool, parentTable string) []qm.QueryMod
func FriendshipWithNullDotStringID ¶
func FriendshipWithNullDotStringID(id null.String) *graphql_models.Friendship
func FriendshipWithStringID ¶
func FriendshipWithStringID(id string) *graphql_models.Friendship
func FriendshipsToGraphQL ¶
func FriendshipsToGraphQL(am []*models.Friendship) []*graphql_models.Friendship
func FromCommentCursor ¶
func FromCommentLikeCursor ¶
func FromFriendshipCursor ¶
func FromImageCursor ¶
func FromLikeCursor ¶
func FromPostCursor ¶
func FromUserCursor ¶
func GetCommentPreloadMods ¶
func GetImageNodePreloadMods ¶
func GetLikeNodePreloadMods ¶
func GetPostNodePreloadMods ¶
func GetUserNodePreloadMods ¶
func IDFilterToMods ¶
func IDFilterToMods(m *graphql_models.IDFilter, column string) []qm.QueryMod
func ImageConnection ¶
func ImageConnection( ctx context.Context, db *sql.DB, originalMods []qm.QueryMod, pagination boilergql.ConnectionPagination, ordering []*graphql_models.ImageOrdering, ) (*graphql_models.ImageConnection, error)
func ImageCreateInputToBoiler ¶
func ImageCreateInputToBoiler( m *graphql_models.ImageCreateInput, ) *models.Image
func ImageCreateInputToModelM ¶
func ImageCreateInputToModelM( input map[string]interface{}, m graphql_models.ImageCreateInput, ) models.M
func ImageCreateInputsToBoiler ¶
func ImageCreateInputsToBoiler(am []*graphql_models.ImageCreateInput) []*models.Image
func ImageCursorMods ¶
func ImageCursorMods(ordering []*graphql_models.ImageOrdering, cursor *string, sign boilergql.ComparisonSign) []qm.QueryMod
func ImageCursorType ¶
func ImageCursorType(ordering []*graphql_models.ImageOrdering) boilergql.CursorType
func ImageEdgeConverter ¶
func ImageEdgeConverter(pagination boilergql.ConnectionPagination, ordering []*graphql_models.ImageOrdering) func(*models.Image, int) *graphql_models.ImageEdge
func ImageFilterToMods ¶
func ImageFilterToMods(m *graphql_models.ImageFilter) []qm.QueryMod
func ImageIDToGraphQL ¶
func ImagePaginationMods ¶
func ImagePaginationMods(pagination boilergql.ConnectionPagination, ordering []*graphql_models.ImageOrdering) ([]qm.QueryMod, error)
func ImagePaginationModsBase ¶
func ImagePaginationModsBase(pagination boilergql.ConnectionPagination, ordering []*graphql_models.ImageOrdering, reverse bool, limit int) (*string, []qm.QueryMod)
func ImageReversePageInformation ¶
func ImageReversePageInformation( ctx context.Context, db *sql.DB, pagination boilergql.ConnectionPagination, ordering []*graphql_models.ImageOrdering, ) (bool, error)
func ImageSearchToMods ¶
func ImageSortCursorValue ¶
func ImageSortCursorValue(sort graphql_models.ImageSort, m *graphql_models.Image) interface{}
func ImageSortDirection ¶
func ImageSortDirection(ordering []*graphql_models.ImageOrdering) boilergql.SortDirection
func ImageSortMods ¶
func ImageSortMods(ordering []*graphql_models.ImageOrdering, reverse bool, defaultDirection boilergql.SortDirection) []qm.QueryMod
func ImageSortToNullDotString ¶
func ImageSortToNullDotString(v graphql_models.ImageSort) null.String
func ImageSortToString ¶
func ImageSortToString(v graphql_models.ImageSort) string
func ImageStartEndCursor ¶
func ImageStartEndCursor(edges []*graphql_models.ImageEdge) (*string, *string)
func ImageToGraphQL ¶
func ImageToGraphQL(m *models.Image) *graphql_models.Image
func ImageUpdateInputToBoiler ¶
func ImageUpdateInputToBoiler( m *graphql_models.ImageUpdateInput, ) *models.Image
func ImageUpdateInputToModelM ¶
func ImageUpdateInputToModelM( input map[string]interface{}, m graphql_models.ImageUpdateInput, ) models.M
func ImageUpdateInputsToBoiler ¶
func ImageUpdateInputsToBoiler(am []*graphql_models.ImageUpdateInput) []*models.Image
func ImageVariationConnection ¶
func ImageVariationConnection( ctx context.Context, db *sql.DB, originalMods []qm.QueryMod, pagination boilergql.ConnectionPagination, ordering []*graphql_models.ImageVariationOrdering, ) (*graphql_models.ImageVariationConnection, error)
func ImageVariationCreateInputToBoiler ¶
func ImageVariationCreateInputToBoiler( m *graphql_models.ImageVariationCreateInput, ) *models.ImageVariation
func ImageVariationCreateInputToModelM ¶
func ImageVariationCreateInputToModelM( input map[string]interface{}, m graphql_models.ImageVariationCreateInput, ) models.M
func ImageVariationCreateInputsToBoiler ¶
func ImageVariationCreateInputsToBoiler(am []*graphql_models.ImageVariationCreateInput) []*models.ImageVariation
func ImageVariationCursorMods ¶
func ImageVariationCursorMods(ordering []*graphql_models.ImageVariationOrdering, cursor *string, sign boilergql.ComparisonSign) []qm.QueryMod
func ImageVariationCursorType ¶
func ImageVariationCursorType(ordering []*graphql_models.ImageVariationOrdering) boilergql.CursorType
func ImageVariationEdgeConverter ¶
func ImageVariationEdgeConverter(pagination boilergql.ConnectionPagination, ordering []*graphql_models.ImageVariationOrdering) func(*models.ImageVariation, int) *graphql_models.ImageVariationEdge
func ImageVariationFilterToMods ¶
func ImageVariationFilterToMods(m *graphql_models.ImageVariationFilter) []qm.QueryMod
func ImageVariationID ¶
func ImageVariationIDs ¶
func ImageVariationPaginationMods ¶
func ImageVariationPaginationMods(pagination boilergql.ConnectionPagination, ordering []*graphql_models.ImageVariationOrdering) ([]qm.QueryMod, error)
func ImageVariationPaginationModsBase ¶
func ImageVariationPaginationModsBase(pagination boilergql.ConnectionPagination, ordering []*graphql_models.ImageVariationOrdering, reverse bool, limit int) (*string, []qm.QueryMod)
func ImageVariationReversePageInformation ¶
func ImageVariationReversePageInformation( ctx context.Context, db *sql.DB, pagination boilergql.ConnectionPagination, ordering []*graphql_models.ImageVariationOrdering, ) (bool, error)
func ImageVariationSortCursorValue ¶
func ImageVariationSortCursorValue(sort graphql_models.ImageVariationSort, m *graphql_models.ImageVariation) interface{}
func ImageVariationSortDirection ¶
func ImageVariationSortDirection(ordering []*graphql_models.ImageVariationOrdering) boilergql.SortDirection
func ImageVariationSortMods ¶
func ImageVariationSortMods(ordering []*graphql_models.ImageVariationOrdering, reverse bool, defaultDirection boilergql.SortDirection) []qm.QueryMod
func ImageVariationSortToNullDotString ¶
func ImageVariationSortToNullDotString(v graphql_models.ImageVariationSort) null.String
func ImageVariationSortToString ¶
func ImageVariationSortToString(v graphql_models.ImageVariationSort) string
func ImageVariationStartEndCursor ¶
func ImageVariationStartEndCursor(edges []*graphql_models.ImageVariationEdge) (*string, *string)
func ImageVariationToGraphQL ¶
func ImageVariationToGraphQL(m *models.ImageVariation) *graphql_models.ImageVariation
func ImageVariationUpdateInputToBoiler ¶
func ImageVariationUpdateInputToBoiler( m *graphql_models.ImageVariationUpdateInput, ) *models.ImageVariation
func ImageVariationUpdateInputToModelM ¶
func ImageVariationUpdateInputToModelM( input map[string]interface{}, m graphql_models.ImageVariationUpdateInput, ) models.M
func ImageVariationUpdateInputsToBoiler ¶
func ImageVariationUpdateInputsToBoiler(am []*graphql_models.ImageVariationUpdateInput) []*models.ImageVariation
func ImageVariationWhereSubqueryToMods ¶
func ImageVariationWhereSubqueryToMods(m *graphql_models.ImageVariationWhere, foreignColumn string, parentTable string) []qm.QueryMod
func ImageVariationWhereToMods ¶
func ImageVariationWhereToMods(m *graphql_models.ImageVariationWhere, withPrimaryID bool, parentTable string) []qm.QueryMod
func ImageVariationWithNullDotStringID ¶
func ImageVariationWithNullDotStringID(id null.String) *graphql_models.ImageVariation
func ImageVariationWithStringID ¶
func ImageVariationWithStringID(id string) *graphql_models.ImageVariation
func ImageVariationsToGraphQL ¶
func ImageVariationsToGraphQL(am []*models.ImageVariation) []*graphql_models.ImageVariation
func ImageWhereSubqueryToMods ¶
func ImageWhereSubqueryToMods(m *graphql_models.ImageWhere, foreignColumn string, parentTable string) []qm.QueryMod
func ImageWhereToMods ¶
func ImageWhereToMods(m *graphql_models.ImageWhere, withPrimaryID bool, parentTable string) []qm.QueryMod
func ImageWithNullDotStringID ¶
func ImageWithNullDotStringID(id null.String) *graphql_models.Image
func ImageWithStringID ¶
func ImageWithStringID(id string) *graphql_models.Image
func ImagesToGraphQL ¶
func ImagesToGraphQL(am []*models.Image) []*graphql_models.Image
func IntFilterToMods ¶
func IntFilterToMods(m *graphql_models.IntFilter, column string) []qm.QueryMod
func LikeConnection ¶
func LikeConnection( ctx context.Context, db *sql.DB, originalMods []qm.QueryMod, pagination boilergql.ConnectionPagination, ordering []*graphql_models.LikeOrdering, ) (*graphql_models.LikeConnection, error)
func LikeCreateInputToBoiler ¶
func LikeCreateInputToBoiler( m *graphql_models.LikeCreateInput, ) *models.Like
func LikeCreateInputToModelM ¶
func LikeCreateInputToModelM( input map[string]interface{}, m graphql_models.LikeCreateInput, ) models.M
func LikeCreateInputsToBoiler ¶
func LikeCreateInputsToBoiler(am []*graphql_models.LikeCreateInput) []*models.Like
func LikeCursorMods ¶
func LikeCursorMods(ordering []*graphql_models.LikeOrdering, cursor *string, sign boilergql.ComparisonSign) []qm.QueryMod
func LikeCursorType ¶
func LikeCursorType(ordering []*graphql_models.LikeOrdering) boilergql.CursorType
func LikeEdgeConverter ¶
func LikeEdgeConverter(pagination boilergql.ConnectionPagination, ordering []*graphql_models.LikeOrdering) func(*models.Like, int) *graphql_models.LikeEdge
func LikeFilterToMods ¶
func LikeFilterToMods(m *graphql_models.LikeFilter) []qm.QueryMod
func LikeIDToGraphQL ¶
func LikePaginationMods ¶
func LikePaginationMods(pagination boilergql.ConnectionPagination, ordering []*graphql_models.LikeOrdering) ([]qm.QueryMod, error)
func LikePaginationModsBase ¶
func LikePaginationModsBase(pagination boilergql.ConnectionPagination, ordering []*graphql_models.LikeOrdering, reverse bool, limit int) (*string, []qm.QueryMod)
func LikeReversePageInformation ¶
func LikeReversePageInformation( ctx context.Context, db *sql.DB, pagination boilergql.ConnectionPagination, ordering []*graphql_models.LikeOrdering, ) (bool, error)
func LikeSearchToMods ¶
func LikeSortCursorValue ¶
func LikeSortCursorValue(sort graphql_models.LikeSort, m *graphql_models.Like) interface{}
func LikeSortDirection ¶
func LikeSortDirection(ordering []*graphql_models.LikeOrdering) boilergql.SortDirection
func LikeSortMods ¶
func LikeSortMods(ordering []*graphql_models.LikeOrdering, reverse bool, defaultDirection boilergql.SortDirection) []qm.QueryMod
func LikeSortToNullDotString ¶
func LikeSortToNullDotString(v graphql_models.LikeSort) null.String
func LikeSortToString ¶
func LikeSortToString(v graphql_models.LikeSort) string
func LikeStartEndCursor ¶
func LikeStartEndCursor(edges []*graphql_models.LikeEdge) (*string, *string)
func LikeToGraphQL ¶
func LikeToGraphQL(m *models.Like) *graphql_models.Like
func LikeUpdateInputToBoiler ¶
func LikeUpdateInputToBoiler( m *graphql_models.LikeUpdateInput, ) *models.Like
func LikeUpdateInputToModelM ¶
func LikeUpdateInputToModelM( input map[string]interface{}, m graphql_models.LikeUpdateInput, ) models.M
func LikeUpdateInputsToBoiler ¶
func LikeUpdateInputsToBoiler(am []*graphql_models.LikeUpdateInput) []*models.Like
func LikeWhereSubqueryToMods ¶
func LikeWhereToMods ¶
func LikeWithNullDotStringID ¶
func LikeWithNullDotStringID(id null.String) *graphql_models.Like
func LikeWithStringID ¶
func LikeWithStringID(id string) *graphql_models.Like
func LikesToGraphQL ¶
func LikesToGraphQL(am []*models.Like) []*graphql_models.Like
func NullDotStringToCommentLikeSort ¶
func NullDotStringToCommentLikeSort(v null.String) graphql_models.CommentLikeSort
func NullDotStringToCommentSort ¶
func NullDotStringToCommentSort(v null.String) graphql_models.CommentSort
func NullDotStringToFriendshipSort ¶
func NullDotStringToFriendshipSort(v null.String) graphql_models.FriendshipSort
func NullDotStringToImageSort ¶
func NullDotStringToImageSort(v null.String) graphql_models.ImageSort
func NullDotStringToImageVariationSort ¶
func NullDotStringToImageVariationSort(v null.String) graphql_models.ImageVariationSort
func NullDotStringToLikeSort ¶
func NullDotStringToLikeSort(v null.String) graphql_models.LikeSort
func NullDotStringToPointerCommentLikeSort ¶
func NullDotStringToPointerCommentLikeSort(v null.String) *graphql_models.CommentLikeSort
func NullDotStringToPointerCommentSort ¶
func NullDotStringToPointerCommentSort(v null.String) *graphql_models.CommentSort
func NullDotStringToPointerFriendshipSort ¶
func NullDotStringToPointerFriendshipSort(v null.String) *graphql_models.FriendshipSort
func NullDotStringToPointerImageSort ¶
func NullDotStringToPointerImageSort(v null.String) *graphql_models.ImageSort
func NullDotStringToPointerImageVariationSort ¶
func NullDotStringToPointerImageVariationSort(v null.String) *graphql_models.ImageVariationSort
func NullDotStringToPointerLikeSort ¶
func NullDotStringToPointerLikeSort(v null.String) *graphql_models.LikeSort
func NullDotStringToPointerPostSort ¶
func NullDotStringToPointerPostSort(v null.String) *graphql_models.PostSort
func NullDotStringToPointerUserSort ¶
func NullDotStringToPointerUserSort(v null.String) *graphql_models.UserSort
func NullDotStringToPostSort ¶
func NullDotStringToPostSort(v null.String) graphql_models.PostSort
func NullDotStringToUserSort ¶
func NullDotStringToUserSort(v null.String) graphql_models.UserSort
func PointerCommentLikeSortToNullDotString ¶
func PointerCommentLikeSortToNullDotString(v *graphql_models.CommentLikeSort) null.String
func PointerCommentLikeSortToString ¶
func PointerCommentLikeSortToString(v *graphql_models.CommentLikeSort) string
func PointerCommentSortToNullDotString ¶
func PointerCommentSortToNullDotString(v *graphql_models.CommentSort) null.String
func PointerCommentSortToString ¶
func PointerCommentSortToString(v *graphql_models.CommentSort) string
func PointerFriendshipSortToNullDotString ¶
func PointerFriendshipSortToNullDotString(v *graphql_models.FriendshipSort) null.String
func PointerFriendshipSortToString ¶
func PointerFriendshipSortToString(v *graphql_models.FriendshipSort) string
func PointerImageSortToNullDotString ¶
func PointerImageSortToNullDotString(v *graphql_models.ImageSort) null.String
func PointerImageSortToString ¶
func PointerImageSortToString(v *graphql_models.ImageSort) string
func PointerImageVariationSortToNullDotString ¶
func PointerImageVariationSortToNullDotString(v *graphql_models.ImageVariationSort) null.String
func PointerImageVariationSortToString ¶
func PointerImageVariationSortToString(v *graphql_models.ImageVariationSort) string
func PointerLikeSortToNullDotString ¶
func PointerLikeSortToNullDotString(v *graphql_models.LikeSort) null.String
func PointerLikeSortToString ¶
func PointerLikeSortToString(v *graphql_models.LikeSort) string
func PointerPostSortToNullDotString ¶
func PointerPostSortToNullDotString(v *graphql_models.PostSort) null.String
func PointerPostSortToString ¶
func PointerPostSortToString(v *graphql_models.PostSort) string
func PointerUserSortToNullDotString ¶
func PointerUserSortToNullDotString(v *graphql_models.UserSort) null.String
func PointerUserSortToString ¶
func PointerUserSortToString(v *graphql_models.UserSort) string
func PostConnection ¶
func PostConnection( ctx context.Context, db *sql.DB, originalMods []qm.QueryMod, pagination boilergql.ConnectionPagination, ordering []*graphql_models.PostOrdering, ) (*graphql_models.PostConnection, error)
func PostCreateInputToBoiler ¶
func PostCreateInputToBoiler( m *graphql_models.PostCreateInput, ) *models.Post
func PostCreateInputToModelM ¶
func PostCreateInputToModelM( input map[string]interface{}, m graphql_models.PostCreateInput, ) models.M
func PostCreateInputsToBoiler ¶
func PostCreateInputsToBoiler(am []*graphql_models.PostCreateInput) []*models.Post
func PostCursorMods ¶
func PostCursorMods(ordering []*graphql_models.PostOrdering, cursor *string, sign boilergql.ComparisonSign) []qm.QueryMod
func PostCursorType ¶
func PostCursorType(ordering []*graphql_models.PostOrdering) boilergql.CursorType
func PostEdgeConverter ¶
func PostEdgeConverter(pagination boilergql.ConnectionPagination, ordering []*graphql_models.PostOrdering) func(*models.Post, int) *graphql_models.PostEdge
func PostFilterToMods ¶
func PostFilterToMods(m *graphql_models.PostFilter) []qm.QueryMod
func PostIDToGraphQL ¶
func PostPaginationMods ¶
func PostPaginationMods(pagination boilergql.ConnectionPagination, ordering []*graphql_models.PostOrdering) ([]qm.QueryMod, error)
func PostPaginationModsBase ¶
func PostPaginationModsBase(pagination boilergql.ConnectionPagination, ordering []*graphql_models.PostOrdering, reverse bool, limit int) (*string, []qm.QueryMod)
func PostReversePageInformation ¶
func PostReversePageInformation( ctx context.Context, db *sql.DB, pagination boilergql.ConnectionPagination, ordering []*graphql_models.PostOrdering, ) (bool, error)
func PostSearchToMods ¶
func PostSortCursorValue ¶
func PostSortCursorValue(sort graphql_models.PostSort, m *graphql_models.Post) interface{}
func PostSortDirection ¶
func PostSortDirection(ordering []*graphql_models.PostOrdering) boilergql.SortDirection
func PostSortMods ¶
func PostSortMods(ordering []*graphql_models.PostOrdering, reverse bool, defaultDirection boilergql.SortDirection) []qm.QueryMod
func PostSortToNullDotString ¶
func PostSortToNullDotString(v graphql_models.PostSort) null.String
func PostSortToString ¶
func PostSortToString(v graphql_models.PostSort) string
func PostStartEndCursor ¶
func PostStartEndCursor(edges []*graphql_models.PostEdge) (*string, *string)
func PostToGraphQL ¶
func PostToGraphQL(m *models.Post) *graphql_models.Post
func PostUpdateInputToBoiler ¶
func PostUpdateInputToBoiler( m *graphql_models.PostUpdateInput, ) *models.Post
func PostUpdateInputToModelM ¶
func PostUpdateInputToModelM( input map[string]interface{}, m graphql_models.PostUpdateInput, ) models.M
func PostUpdateInputsToBoiler ¶
func PostUpdateInputsToBoiler(am []*graphql_models.PostUpdateInput) []*models.Post
func PostWhereSubqueryToMods ¶
func PostWhereToMods ¶
func PostWithNullDotStringID ¶
func PostWithNullDotStringID(id null.String) *graphql_models.Post
func PostWithStringID ¶
func PostWithStringID(id string) *graphql_models.Post
func PostsToGraphQL ¶
func PostsToGraphQL(am []*models.Post) []*graphql_models.Post
func StringFilterToMods ¶
func StringFilterToMods(m *graphql_models.StringFilter, column string) []qm.QueryMod
func StringToCommentLikeSort ¶
func StringToCommentLikeSort(v string) graphql_models.CommentLikeSort
func StringToCommentSort ¶
func StringToCommentSort(v string) graphql_models.CommentSort
func StringToFriendshipSort ¶
func StringToFriendshipSort(v string) graphql_models.FriendshipSort
func StringToImageSort ¶
func StringToImageSort(v string) graphql_models.ImageSort
func StringToImageVariationSort ¶
func StringToImageVariationSort(v string) graphql_models.ImageVariationSort
func StringToLikeSort ¶
func StringToLikeSort(v string) graphql_models.LikeSort
func StringToPointerCommentLikeSort ¶
func StringToPointerCommentLikeSort(v string) *graphql_models.CommentLikeSort
func StringToPointerCommentSort ¶
func StringToPointerCommentSort(v string) *graphql_models.CommentSort
func StringToPointerFriendshipSort ¶
func StringToPointerFriendshipSort(v string) *graphql_models.FriendshipSort
func StringToPointerImageSort ¶
func StringToPointerImageSort(v string) *graphql_models.ImageSort
func StringToPointerImageVariationSort ¶
func StringToPointerImageVariationSort(v string) *graphql_models.ImageVariationSort
func StringToPointerLikeSort ¶
func StringToPointerLikeSort(v string) *graphql_models.LikeSort
func StringToPointerPostSort ¶
func StringToPointerPostSort(v string) *graphql_models.PostSort
func StringToPointerUserSort ¶
func StringToPointerUserSort(v string) *graphql_models.UserSort
func StringToPostSort ¶
func StringToPostSort(v string) graphql_models.PostSort
func StringToUserSort ¶
func StringToUserSort(v string) graphql_models.UserSort
func ToCommentCursor ¶
func ToCommentCursor(ordering []*graphql_models.CommentOrdering, m *graphql_models.Comment) string
func ToCommentCursorSwitch ¶
func ToCommentCursorSwitch(ordering []*graphql_models.CommentOrdering, m *graphql_models.Comment, cursorType boilergql.CursorType, offset int, index int) string
func ToCommentLikeCursor ¶
func ToCommentLikeCursor(ordering []*graphql_models.CommentLikeOrdering, m *graphql_models.CommentLike) string
func ToCommentLikeCursorSwitch ¶
func ToCommentLikeCursorSwitch(ordering []*graphql_models.CommentLikeOrdering, m *graphql_models.CommentLike, cursorType boilergql.CursorType, offset int, index int) string
func ToFriendshipCursor ¶
func ToFriendshipCursor(ordering []*graphql_models.FriendshipOrdering, m *graphql_models.Friendship) string
func ToFriendshipCursorSwitch ¶
func ToFriendshipCursorSwitch(ordering []*graphql_models.FriendshipOrdering, m *graphql_models.Friendship, cursorType boilergql.CursorType, offset int, index int) string
func ToImageCursor ¶
func ToImageCursor(ordering []*graphql_models.ImageOrdering, m *graphql_models.Image) string
func ToImageCursorSwitch ¶
func ToImageCursorSwitch(ordering []*graphql_models.ImageOrdering, m *graphql_models.Image, cursorType boilergql.CursorType, offset int, index int) string
func ToImageVariationCursor ¶
func ToImageVariationCursor(ordering []*graphql_models.ImageVariationOrdering, m *graphql_models.ImageVariation) string
func ToImageVariationCursorSwitch ¶
func ToImageVariationCursorSwitch(ordering []*graphql_models.ImageVariationOrdering, m *graphql_models.ImageVariation, cursorType boilergql.CursorType, offset int, index int) string
func ToLikeCursor ¶
func ToLikeCursor(ordering []*graphql_models.LikeOrdering, m *graphql_models.Like) string
func ToLikeCursorSwitch ¶
func ToLikeCursorSwitch(ordering []*graphql_models.LikeOrdering, m *graphql_models.Like, cursorType boilergql.CursorType, offset int, index int) string
func ToPostCursor ¶
func ToPostCursor(ordering []*graphql_models.PostOrdering, m *graphql_models.Post) string
func ToPostCursorSwitch ¶
func ToPostCursorSwitch(ordering []*graphql_models.PostOrdering, m *graphql_models.Post, cursorType boilergql.CursorType, offset int, index int) string
func ToUserCursor ¶
func ToUserCursor(ordering []*graphql_models.UserOrdering, m *graphql_models.User) string
func ToUserCursorSwitch ¶
func ToUserCursorSwitch(ordering []*graphql_models.UserOrdering, m *graphql_models.User, cursorType boilergql.CursorType, offset int, index int) string
func UserConnection ¶
func UserConnection( ctx context.Context, db *sql.DB, originalMods []qm.QueryMod, pagination boilergql.ConnectionPagination, ordering []*graphql_models.UserOrdering, ) (*graphql_models.UserConnection, error)
func UserCreateInputToBoiler ¶
func UserCreateInputToBoiler( m *graphql_models.UserCreateInput, ) *models.User
func UserCreateInputToModelM ¶
func UserCreateInputToModelM( input map[string]interface{}, m graphql_models.UserCreateInput, ) models.M
func UserCreateInputsToBoiler ¶
func UserCreateInputsToBoiler(am []*graphql_models.UserCreateInput) []*models.User
func UserCursorMods ¶
func UserCursorMods(ordering []*graphql_models.UserOrdering, cursor *string, sign boilergql.ComparisonSign) []qm.QueryMod
func UserCursorType ¶
func UserCursorType(ordering []*graphql_models.UserOrdering) boilergql.CursorType
func UserEdgeConverter ¶
func UserEdgeConverter(pagination boilergql.ConnectionPagination, ordering []*graphql_models.UserOrdering) func(*models.User, int) *graphql_models.UserEdge
func UserFilterToMods ¶
func UserFilterToMods(m *graphql_models.UserFilter) []qm.QueryMod
func UserIDToGraphQL ¶
func UserPaginationMods ¶
func UserPaginationMods(pagination boilergql.ConnectionPagination, ordering []*graphql_models.UserOrdering) ([]qm.QueryMod, error)
func UserPaginationModsBase ¶
func UserPaginationModsBase(pagination boilergql.ConnectionPagination, ordering []*graphql_models.UserOrdering, reverse bool, limit int) (*string, []qm.QueryMod)
func UserReversePageInformation ¶
func UserReversePageInformation( ctx context.Context, db *sql.DB, pagination boilergql.ConnectionPagination, ordering []*graphql_models.UserOrdering, ) (bool, error)
func UserSearchToMods ¶
func UserSortCursorValue ¶
func UserSortCursorValue(sort graphql_models.UserSort, m *graphql_models.User) interface{}
func UserSortDirection ¶
func UserSortDirection(ordering []*graphql_models.UserOrdering) boilergql.SortDirection
func UserSortMods ¶
func UserSortMods(ordering []*graphql_models.UserOrdering, reverse bool, defaultDirection boilergql.SortDirection) []qm.QueryMod
func UserSortToNullDotString ¶
func UserSortToNullDotString(v graphql_models.UserSort) null.String
func UserSortToString ¶
func UserSortToString(v graphql_models.UserSort) string
func UserStartEndCursor ¶
func UserStartEndCursor(edges []*graphql_models.UserEdge) (*string, *string)
func UserToGraphQL ¶
func UserToGraphQL(m *models.User) *graphql_models.User
func UserUpdateInputToBoiler ¶
func UserUpdateInputToBoiler( m *graphql_models.UserUpdateInput, ) *models.User
func UserUpdateInputToModelM ¶
func UserUpdateInputToModelM( input map[string]interface{}, m graphql_models.UserUpdateInput, ) models.M
func UserUpdateInputsToBoiler ¶
func UserUpdateInputsToBoiler(am []*graphql_models.UserUpdateInput) []*models.User
func UserWhereSubqueryToMods ¶
func UserWhereToMods ¶
func UserWithNullDotStringID ¶
func UserWithNullDotStringID(id null.String) *graphql_models.User
func UserWithStringID ¶
func UserWithStringID(id string) *graphql_models.User
func UsersToGraphQL ¶
func UsersToGraphQL(am []*models.User) []*graphql_models.User
Types ¶
type CommentLikeSort ¶
type CommentLikeSort string
const ( CommentLikeSortID CommentLikeSort = "id" CommentLikeSortLikeType CommentLikeSort = "likeType" CommentLikeSortCreatedAt CommentLikeSort = "createdAt" )
type CommentSort ¶
type CommentSort string
const ( CommentSortID CommentSort = "id" CommentSortContent CommentSort = "content" )
type FriendshipSort ¶
type FriendshipSort string
const ( FriendshipSortID FriendshipSort = "id" FriendshipSortCreatedAt FriendshipSort = "createdAt" )
type ImageVariationSort ¶
type ImageVariationSort string
const (
ImageVariationSortID ImageVariationSort = "id"
)
Click to show internal directories.
Click to hide internal directories.