Add pocket size field to GraphQL schema and operations
All checks were successful
Tests / Tests (pull_request) Successful in 9s
All checks were successful
Tests / Tests (pull_request) Successful in 9s
This commit is contained in:
@@ -36,6 +36,7 @@ query GetVideoUpdatePageDetails($videoId: Int!) {
|
||||
makePercentage
|
||||
elapsedTime
|
||||
tableSize
|
||||
pocketSize
|
||||
private
|
||||
tags {
|
||||
tagClasses {
|
||||
@@ -66,6 +67,7 @@ query GetVideoDetails($videoId: Int!) {
|
||||
createdAt
|
||||
updatedAt
|
||||
tableSize
|
||||
pocketSize
|
||||
private
|
||||
owner {
|
||||
id
|
||||
|
||||
Reference in New Issue
Block a user