@@ -22,6 +22,16 @@ import (
|
|||||||
|
|
||||||
type (
|
type (
|
||||||
ControlOrderBy OrderBy[coredata.ControlOrderField]
|
ControlOrderBy OrderBy[coredata.ControlOrderField]
|
||||||
|
|
||||||
|
ControlConnection struct {
|
||||||
|
TotalCount int
|
||||||
|
Edges []*ControlEdge
|
||||||
|
PageInfo PageInfo
|
||||||
|
|
||||||
|
Resolver any
|
||||||
|
ParentID gid.GID
|
||||||
|
Filters *coredata.ControlFilter
|
||||||
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
func NewControlConnection(
|
func NewControlConnection(
|
||||||
|
|||||||
@@ -1,18 +0,0 @@
|
|||||||
package types
|
|
||||||
|
|
||||||
import (
|
|
||||||
"github.com/getprobo/probo/pkg/coredata"
|
|
||||||
"github.com/getprobo/probo/pkg/gid"
|
|
||||||
)
|
|
||||||
|
|
||||||
type (
|
|
||||||
ControlConnection struct {
|
|
||||||
TotalCount int
|
|
||||||
Edges []*ControlEdge
|
|
||||||
PageInfo PageInfo
|
|
||||||
|
|
||||||
Resolver any
|
|
||||||
ParentID gid.GID
|
|
||||||
Filters *coredata.ControlFilter
|
|
||||||
}
|
|
||||||
)
|
|
||||||
Reference in New Issue
Block a user