Add measures totalCount support
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -1118,7 +1118,11 @@ type ControlEdge {
|
||||
node: Control!
|
||||
}
|
||||
|
||||
type MeasureConnection {
|
||||
type MeasureConnection
|
||||
@goModel(
|
||||
model: "github.com/getprobo/probo/pkg/server/api/console/v1/types.MeasureConnection"
|
||||
) {
|
||||
totalCount: Int! @goField(forceResolver: true)
|
||||
edges: [MeasureEdge!]!
|
||||
pageInfo: PageInfo!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user