Compare commits
No commits in common. "master" and "ivan/add_pocket_angle_features" have entirely different histories.
master
...
ivan/add_p
@ -1,7 +1,5 @@
|
|||||||
overwrite: true
|
overwrite: true
|
||||||
schema:
|
schema: "src/schema.gql"
|
||||||
- "src/schema.gql"
|
|
||||||
- "src/client-schema.gql"
|
|
||||||
documents: "src/**/*.gql"
|
documents: "src/**/*.gql"
|
||||||
generates:
|
generates:
|
||||||
src/index.tsx:
|
src/index.tsx:
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
"author": "Ivan Malison <IvanMalison@gmail.com>",
|
"author": "Ivan Malison <IvanMalison@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@apollo/client": "^3.11.10",
|
"@apollo/client": "^3.9.2",
|
||||||
"@graphql-codegen/cli": "^5.0.0",
|
"@graphql-codegen/cli": "^5.0.0",
|
||||||
"@graphql-codegen/typescript": "^4.0.1",
|
"@graphql-codegen/typescript": "^4.0.1",
|
||||||
"@graphql-codegen/typescript-operations": "^4.0.1",
|
"@graphql-codegen/typescript-operations": "^4.0.1",
|
||||||
|
@ -7,7 +7,7 @@ readme = "README.md"
|
|||||||
packages = [{include = "rbproto"}]
|
packages = [{include = "rbproto"}]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.10,<=3.13"
|
python = ">=3.10,<3.12"
|
||||||
protobuf = "^4.25.3"
|
protobuf = "^4.25.3"
|
||||||
|
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ _sym_db = _symbol_database.Default()
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\nshot.proto\x12\x0fserialized_shot\"?\n\x03\x42ox\x12\x0c\n\x04left\x18\x01 \x01(\x02\x12\x0b\n\x03top\x18\x02 \x01(\x02\x12\r\n\x05width\x18\x03 \x01(\x02\x12\x0e\n\x06height\x18\x04 \x01(\x02\"\x1d\n\x05Point\x12\t\n\x01x\x18\x01 \x01(\x02\x12\t\n\x01y\x18\x02 \x01(\x02\"\x7f\n\rBallDetection\x12.\n\x0eplane_position\x18\x01 \x01(\x0b\x32\x16.serialized_shot.Point\x12(\n\nannotation\x18\x02 \x01(\x0b\x32\x14.serialized_shot.Box\x12\x14\n\x0cinterpolated\x18\x03 \x01(\x08\"T\n\x10RLEBallDetection\x12\x31\n\tdetection\x18\x01 \x01(\x0b\x32\x1e.serialized_shot.BallDetection\x12\r\n\x05\x63ount\x18\x02 \x01(\r\"L\n\x13RLEDetectionHistory\x12\x35\n\ndetections\x18\x01 \x03(\x0b\x32!.serialized_shot.RLEBallDetection\"F\n\x10\x44\x65tectionHistory\x12\x32\n\ndetections\x18\x01 \x03(\x0b\x32\x1e.serialized_shot.BallDetection\"\xfc\x01\n\rCollisionInfo\x12\x0e\n\x06source\x18\x01 \x01(\r\x12M\n\x10\x62\x61ll_identifiers\x18\x02 \x03(\x0b\x32\x33.serialized_shot.CollisionInfo.BallIdentifiersEntry\x12\x17\n\x0fwall_identifier\x18\x03 \x01(\r\x12\x13\n\x0b\x66rame_index\x18\x04 \x01(\r\x12\x0e\n\x06static\x18\x05 \x01(\x08\x1aN\n\x14\x42\x61llIdentifiersEntry\x12\x0b\n\x03key\x18\x01 \x01(\r\x12%\n\x05value\x18\x02 \x01(\x0b\x32\x16.serialized_shot.Point:\x02\x38\x01\"\xcc\x02\n\x04Path\x12\x13\n\x0bstart_frame\x18\x01 \x01(\r\x12\x11\n\tend_frame\x18\x02 \x01(\r\x12\x37\n\ndetections\x18\x03 \x01(\x0b\x32!.serialized_shot.DetectionHistoryH\x00\x12>\n\x0erle_detections\x18\x04 \x01(\x0b\x32$.serialized_shot.RLEDetectionHistoryH\x00\x12\x15\n\x0bnot_present\x18\x05 \x01(\x08H\x00\x12\x11\n\tis_static\x18\x06 \x01(\x08\x12\x32\n\nstart_info\x18\x07 \x01(\x0b\x32\x1e.serialized_shot.CollisionInfo\x12\x30\n\x08\x65nd_info\x18\x08 \x01(\x0b\x32\x1e.serialized_shot.CollisionInfoB\x13\n\x11\x64\x65tection_history\"R\n\x11IdentifierHistory\x12\x17\n\x0f\x62\x61ll_identifier\x18\x01 \x01(\r\x12$\n\x05paths\x18\x02 \x03(\x0b\x32\x15.serialized_shot.Path\"\xf4\x01\n\x12KeyBallIdentifiers\x12\x10\n\x08\x63ue_ball\x18\x01 \x01(\r\x12\x13\n\x0bobject_ball\x18\x02 \x01(\r\x12\x13\n\x0btarget_ball\x18\x03 \x01(\r\x12\x18\n\x10\x63ontact_sequence\x18\x04 \x03(\r\x12\x18\n\x0b\x63ue_ball_id\x18\x05 \x01(\rH\x00\x88\x01\x01\x12\x1b\n\x0eobject_ball_id\x18\x06 \x01(\rH\x01\x88\x01\x01\x12\x1b\n\x0etarget_ball_id\x18\x07 \x01(\rH\x02\x88\x01\x01\x42\x0e\n\x0c_cue_ball_idB\x11\n\x0f_object_ball_idB\x11\n\x0f_target_ball_id\"\xa8\x01\n\x04Shot\x12@\n\x14identifier_histories\x18\x03 \x03(\x0b\x32\".serialized_shot.IdentifierHistory\x12\x36\n\tkey_balls\x18\x04 \x01(\x0b\x32#.serialized_shot.KeyBallIdentifiers\x12\x13\n\x0bstart_index\x18\x05 \x01(\r\x12\x11\n\tend_index\x18\x06 \x01(\rb\x06proto3')
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\nshot.proto\x12\x0fserialized_shot\"?\n\x03\x42ox\x12\x0c\n\x04left\x18\x01 \x01(\x02\x12\x0b\n\x03top\x18\x02 \x01(\x02\x12\r\n\x05width\x18\x03 \x01(\x02\x12\x0e\n\x06height\x18\x04 \x01(\x02\"\x1d\n\x05Point\x12\t\n\x01x\x18\x01 \x01(\x02\x12\t\n\x01y\x18\x02 \x01(\x02\"\x7f\n\rBallDetection\x12.\n\x0eplane_position\x18\x01 \x01(\x0b\x32\x16.serialized_shot.Point\x12(\n\nannotation\x18\x02 \x01(\x0b\x32\x14.serialized_shot.Box\x12\x14\n\x0cinterpolated\x18\x03 \x01(\x08\"T\n\x10RLEBallDetection\x12\x31\n\tdetection\x18\x01 \x01(\x0b\x32\x1e.serialized_shot.BallDetection\x12\r\n\x05\x63ount\x18\x02 \x01(\r\"L\n\x13RLEDetectionHistory\x12\x35\n\ndetections\x18\x01 \x03(\x0b\x32!.serialized_shot.RLEBallDetection\"F\n\x10\x44\x65tectionHistory\x12\x32\n\ndetections\x18\x01 \x03(\x0b\x32\x1e.serialized_shot.BallDetection\"\xfc\x01\n\rCollisionInfo\x12\x0e\n\x06source\x18\x01 \x01(\r\x12M\n\x10\x62\x61ll_identifiers\x18\x02 \x03(\x0b\x32\x33.serialized_shot.CollisionInfo.BallIdentifiersEntry\x12\x17\n\x0fwall_identifier\x18\x03 \x01(\r\x12\x13\n\x0b\x66rame_index\x18\x04 \x01(\r\x12\x0e\n\x06static\x18\x05 \x01(\x08\x1aN\n\x14\x42\x61llIdentifiersEntry\x12\x0b\n\x03key\x18\x01 \x01(\r\x12%\n\x05value\x18\x02 \x01(\x0b\x32\x16.serialized_shot.Point:\x02\x38\x01\"\xcc\x02\n\x04Path\x12\x13\n\x0bstart_frame\x18\x01 \x01(\r\x12\x11\n\tend_frame\x18\x02 \x01(\r\x12\x37\n\ndetections\x18\x03 \x01(\x0b\x32!.serialized_shot.DetectionHistoryH\x00\x12>\n\x0erle_detections\x18\x04 \x01(\x0b\x32$.serialized_shot.RLEDetectionHistoryH\x00\x12\x15\n\x0bnot_present\x18\x05 \x01(\x08H\x00\x12\x11\n\tis_static\x18\x06 \x01(\x08\x12\x32\n\nstart_info\x18\x07 \x01(\x0b\x32\x1e.serialized_shot.CollisionInfo\x12\x30\n\x08\x65nd_info\x18\x08 \x01(\x0b\x32\x1e.serialized_shot.CollisionInfoB\x13\n\x11\x64\x65tection_history\"R\n\x11IdentifierHistory\x12\x17\n\x0f\x62\x61ll_identifier\x18\x01 \x01(\r\x12$\n\x05paths\x18\x02 \x03(\x0b\x32\x15.serialized_shot.Path\"j\n\x12KeyBallIdentifiers\x12\x10\n\x08\x63ue_ball\x18\x01 \x01(\r\x12\x13\n\x0bobject_ball\x18\x02 \x01(\r\x12\x13\n\x0btarget_ball\x18\x03 \x01(\r\x12\x18\n\x10\x63ontact_sequence\x18\x04 \x03(\r\"\xa8\x01\n\x04Shot\x12@\n\x14identifier_histories\x18\x03 \x03(\x0b\x32\".serialized_shot.IdentifierHistory\x12\x36\n\tkey_balls\x18\x04 \x01(\x0b\x32#.serialized_shot.KeyBallIdentifiers\x12\x13\n\x0bstart_index\x18\x05 \x01(\r\x12\x11\n\tend_index\x18\x06 \x01(\rb\x06proto3')
|
||||||
|
|
||||||
_globals = globals()
|
_globals = globals()
|
||||||
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
||||||
@ -42,8 +42,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|||||||
_globals['_PATH']._serialized_end=1080
|
_globals['_PATH']._serialized_end=1080
|
||||||
_globals['_IDENTIFIERHISTORY']._serialized_start=1082
|
_globals['_IDENTIFIERHISTORY']._serialized_start=1082
|
||||||
_globals['_IDENTIFIERHISTORY']._serialized_end=1164
|
_globals['_IDENTIFIERHISTORY']._serialized_end=1164
|
||||||
_globals['_KEYBALLIDENTIFIERS']._serialized_start=1167
|
_globals['_KEYBALLIDENTIFIERS']._serialized_start=1166
|
||||||
_globals['_KEYBALLIDENTIFIERS']._serialized_end=1411
|
_globals['_KEYBALLIDENTIFIERS']._serialized_end=1272
|
||||||
_globals['_SHOT']._serialized_start=1414
|
_globals['_SHOT']._serialized_start=1275
|
||||||
_globals['_SHOT']._serialized_end=1582
|
_globals['_SHOT']._serialized_end=1443
|
||||||
# @@protoc_insertion_point(module_scope)
|
# @@protoc_insertion_point(module_scope)
|
||||||
|
@ -105,22 +105,16 @@ class IdentifierHistory(_message.Message):
|
|||||||
def __init__(self, ball_identifier: _Optional[int] = ..., paths: _Optional[_Iterable[_Union[Path, _Mapping]]] = ...) -> None: ...
|
def __init__(self, ball_identifier: _Optional[int] = ..., paths: _Optional[_Iterable[_Union[Path, _Mapping]]] = ...) -> None: ...
|
||||||
|
|
||||||
class KeyBallIdentifiers(_message.Message):
|
class KeyBallIdentifiers(_message.Message):
|
||||||
__slots__ = ["cue_ball", "object_ball", "target_ball", "contact_sequence", "cue_ball_id", "object_ball_id", "target_ball_id"]
|
__slots__ = ["cue_ball", "object_ball", "target_ball", "contact_sequence"]
|
||||||
CUE_BALL_FIELD_NUMBER: _ClassVar[int]
|
CUE_BALL_FIELD_NUMBER: _ClassVar[int]
|
||||||
OBJECT_BALL_FIELD_NUMBER: _ClassVar[int]
|
OBJECT_BALL_FIELD_NUMBER: _ClassVar[int]
|
||||||
TARGET_BALL_FIELD_NUMBER: _ClassVar[int]
|
TARGET_BALL_FIELD_NUMBER: _ClassVar[int]
|
||||||
CONTACT_SEQUENCE_FIELD_NUMBER: _ClassVar[int]
|
CONTACT_SEQUENCE_FIELD_NUMBER: _ClassVar[int]
|
||||||
CUE_BALL_ID_FIELD_NUMBER: _ClassVar[int]
|
|
||||||
OBJECT_BALL_ID_FIELD_NUMBER: _ClassVar[int]
|
|
||||||
TARGET_BALL_ID_FIELD_NUMBER: _ClassVar[int]
|
|
||||||
cue_ball: int
|
cue_ball: int
|
||||||
object_ball: int
|
object_ball: int
|
||||||
target_ball: int
|
target_ball: int
|
||||||
contact_sequence: _containers.RepeatedScalarFieldContainer[int]
|
contact_sequence: _containers.RepeatedScalarFieldContainer[int]
|
||||||
cue_ball_id: int
|
def __init__(self, cue_ball: _Optional[int] = ..., object_ball: _Optional[int] = ..., target_ball: _Optional[int] = ..., contact_sequence: _Optional[_Iterable[int]] = ...) -> None: ...
|
||||||
object_ball_id: int
|
|
||||||
target_ball_id: int
|
|
||||||
def __init__(self, cue_ball: _Optional[int] = ..., object_ball: _Optional[int] = ..., target_ball: _Optional[int] = ..., contact_sequence: _Optional[_Iterable[int]] = ..., cue_ball_id: _Optional[int] = ..., object_ball_id: _Optional[int] = ..., target_ball_id: _Optional[int] = ...) -> None: ...
|
|
||||||
|
|
||||||
class Shot(_message.Message):
|
class Shot(_message.Message):
|
||||||
__slots__ = ["identifier_histories", "key_balls", "start_index", "end_index"]
|
__slots__ = ["identifier_histories", "key_balls", "start_index", "end_index"]
|
||||||
|
@ -63,10 +63,6 @@ message KeyBallIdentifiers {
|
|||||||
// Long term this will potentially represent a linked list
|
// Long term this will potentially represent a linked list
|
||||||
// of all balls in a shot.
|
// of all balls in a shot.
|
||||||
repeated uint32 contact_sequence = 4;
|
repeated uint32 contact_sequence = 4;
|
||||||
|
|
||||||
optional uint32 cue_ball_id = 5;
|
|
||||||
optional uint32 object_ball_id = 6;
|
|
||||||
optional uint32 target_ball_id = 7;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
message Shot {
|
message Shot {
|
||||||
|
@ -820,9 +820,6 @@ export interface KeyBallIdentifiers {
|
|||||||
object_ball?: number;
|
object_ball?: number;
|
||||||
target_ball?: number;
|
target_ball?: number;
|
||||||
contact_sequence?: number[];
|
contact_sequence?: number[];
|
||||||
cue_ball_id?: number;
|
|
||||||
object_ball_id?: number;
|
|
||||||
target_ball_id?: number;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export function encodeKeyBallIdentifiers(
|
export function encodeKeyBallIdentifiers(
|
||||||
@ -870,27 +867,6 @@ function _encodeKeyBallIdentifiers(
|
|||||||
writeByteBuffer(bb, packed);
|
writeByteBuffer(bb, packed);
|
||||||
pushByteBuffer(packed);
|
pushByteBuffer(packed);
|
||||||
}
|
}
|
||||||
|
|
||||||
// optional uint32 cue_ball_id = 5;
|
|
||||||
let $cue_ball_id = message.cue_ball_id;
|
|
||||||
if ($cue_ball_id !== undefined) {
|
|
||||||
writeVarint32(bb, 40);
|
|
||||||
writeVarint32(bb, $cue_ball_id);
|
|
||||||
}
|
|
||||||
|
|
||||||
// optional uint32 object_ball_id = 6;
|
|
||||||
let $object_ball_id = message.object_ball_id;
|
|
||||||
if ($object_ball_id !== undefined) {
|
|
||||||
writeVarint32(bb, 48);
|
|
||||||
writeVarint32(bb, $object_ball_id);
|
|
||||||
}
|
|
||||||
|
|
||||||
// optional uint32 target_ball_id = 7;
|
|
||||||
let $target_ball_id = message.target_ball_id;
|
|
||||||
if ($target_ball_id !== undefined) {
|
|
||||||
writeVarint32(bb, 56);
|
|
||||||
writeVarint32(bb, $target_ball_id);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export function decodeKeyBallIdentifiers(
|
export function decodeKeyBallIdentifiers(
|
||||||
@ -943,24 +919,6 @@ function _decodeKeyBallIdentifiers(bb: ByteBuffer): KeyBallIdentifiers {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// optional uint32 cue_ball_id = 5;
|
|
||||||
case 5: {
|
|
||||||
message.cue_ball_id = readVarint32(bb) >>> 0;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
// optional uint32 object_ball_id = 6;
|
|
||||||
case 6: {
|
|
||||||
message.object_ball_id = readVarint32(bb) >>> 0;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
// optional uint32 target_ball_id = 7;
|
|
||||||
case 7: {
|
|
||||||
message.target_ball_id = readVarint32(bb) >>> 0;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
skipUnknownField(bb, tag & 7);
|
skipUnknownField(bb, tag & 7);
|
||||||
}
|
}
|
||||||
|
@ -1,25 +0,0 @@
|
|||||||
# see: https://www.apollographql.com/docs/react/local-state/managing-state-with-field-policies/
|
|
||||||
directive @client on FIELD
|
|
||||||
|
|
||||||
extend type ShotGQL {
|
|
||||||
startTime: Float!
|
|
||||||
endTime: Float!
|
|
||||||
}
|
|
||||||
|
|
||||||
extend type UploadStreamGQL {
|
|
||||||
segmentEndFrames: [Int!]!
|
|
||||||
}
|
|
||||||
|
|
||||||
extend type HLSPlaylistGQL {
|
|
||||||
segmentStartTimes: [Float!]!
|
|
||||||
}
|
|
||||||
|
|
||||||
type SegmentEndFramesGQL {
|
|
||||||
id: Int!
|
|
||||||
segmentEndFrames: [Int!]!
|
|
||||||
}
|
|
||||||
|
|
||||||
type SegmentStartTimesGQL {
|
|
||||||
id: Int!
|
|
||||||
segmentStartTimes: [Float!]!
|
|
||||||
}
|
|
4630
src/index.tsx
4630
src/index.tsx
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,3 @@
|
|||||||
# DO NOT USE: use getVideoFeed instead
|
|
||||||
query GetFeed(
|
query GetFeed(
|
||||||
$limit: Int! = 5
|
$limit: Int! = 5
|
||||||
$after: String = null
|
$after: String = null
|
||||||
@ -6,21 +5,9 @@ query GetFeed(
|
|||||||
) {
|
) {
|
||||||
getUserVideos(limit: $limit, after: $after, filters: $filters) {
|
getUserVideos(limit: $limit, after: $after, filters: $filters) {
|
||||||
videos {
|
videos {
|
||||||
...VideoCardFields
|
|
||||||
}
|
|
||||||
pageInfo {
|
|
||||||
hasNextPage
|
|
||||||
endCursor
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fragment VideoCardFields on VideoGQL {
|
|
||||||
id
|
id
|
||||||
owner {
|
owner {
|
||||||
id
|
|
||||||
username
|
username
|
||||||
profileImageUri
|
|
||||||
}
|
}
|
||||||
name
|
name
|
||||||
screenshotUri
|
screenshotUri
|
||||||
@ -31,12 +18,9 @@ fragment VideoCardFields on VideoGQL {
|
|||||||
updatedAt
|
updatedAt
|
||||||
startTime
|
startTime
|
||||||
endTime
|
endTime
|
||||||
private
|
|
||||||
elapsedTime
|
elapsedTime
|
||||||
screenshotUri
|
screenshotUri
|
||||||
stream {
|
stream {
|
||||||
id
|
|
||||||
lastIntendedSegmentBound
|
|
||||||
isCompleted
|
isCompleted
|
||||||
}
|
}
|
||||||
tableSize
|
tableSize
|
||||||
@ -46,36 +30,6 @@ fragment VideoCardFields on VideoGQL {
|
|||||||
}
|
}
|
||||||
name
|
name
|
||||||
}
|
}
|
||||||
currentProcessing {
|
|
||||||
id
|
|
||||||
errors {
|
|
||||||
message
|
|
||||||
}
|
|
||||||
status
|
|
||||||
statuses {
|
|
||||||
status
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
query GetVideoFeed(
|
|
||||||
$limit: Int! = 5
|
|
||||||
$after: String = null
|
|
||||||
$filters: VideoFilterInput = null
|
|
||||||
$includeCallersVideos: Boolean = null
|
|
||||||
$includePrivate: IncludePrivateEnum = MINE
|
|
||||||
$feedInput: VideoFeedInputGQL = null
|
|
||||||
) {
|
|
||||||
getFeedVideos(
|
|
||||||
limit: $limit
|
|
||||||
after: $after
|
|
||||||
filters: $filters
|
|
||||||
includeCallersVideos: $includeCallersVideos
|
|
||||||
includePrivate: $includePrivate
|
|
||||||
feedInput: $feedInput
|
|
||||||
) {
|
|
||||||
videos {
|
|
||||||
...VideoCardFields
|
|
||||||
}
|
}
|
||||||
pageInfo {
|
pageInfo {
|
||||||
hasNextPage
|
hasNextPage
|
||||||
|
@ -1,32 +0,0 @@
|
|||||||
query GetMakesLeaderboard($interval: TimeInterval, $when: DateTime) {
|
|
||||||
getMakesLeaderboard(interval: $interval, when: $when) {
|
|
||||||
entries {
|
|
||||||
user {
|
|
||||||
id
|
|
||||||
username
|
|
||||||
profileImageUri
|
|
||||||
}
|
|
||||||
value
|
|
||||||
proportionMade
|
|
||||||
total
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
query GetRunsLeaderboard($interval: TimeInterval, $when: DateTime) {
|
|
||||||
getLongestRunsLeaderboard(interval: $interval, when: $when) {
|
|
||||||
entries {
|
|
||||||
id
|
|
||||||
runLength
|
|
||||||
video {
|
|
||||||
name
|
|
||||||
createdAt
|
|
||||||
}
|
|
||||||
user {
|
|
||||||
id
|
|
||||||
username
|
|
||||||
profileImageUri
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,75 +0,0 @@
|
|||||||
fragment MedalFields on MedalGQL {
|
|
||||||
count
|
|
||||||
nickname
|
|
||||||
}
|
|
||||||
|
|
||||||
query getMedals($scope: MedalScope!, $userId: Int) {
|
|
||||||
getMedals(scope: $scope, userId: $userId) {
|
|
||||||
distanceOver78 {
|
|
||||||
...MedalFields
|
|
||||||
}
|
|
||||||
distanceOver90 {
|
|
||||||
...MedalFields
|
|
||||||
}
|
|
||||||
runLength3 {
|
|
||||||
...MedalFields
|
|
||||||
}
|
|
||||||
runLength5 {
|
|
||||||
...MedalFields
|
|
||||||
}
|
|
||||||
runLength8 {
|
|
||||||
...MedalFields
|
|
||||||
}
|
|
||||||
runLength10 {
|
|
||||||
...MedalFields
|
|
||||||
}
|
|
||||||
runLength15 {
|
|
||||||
...MedalFields
|
|
||||||
}
|
|
||||||
runLength20 {
|
|
||||||
...MedalFields
|
|
||||||
}
|
|
||||||
runLength25 {
|
|
||||||
...MedalFields
|
|
||||||
}
|
|
||||||
runLength30 {
|
|
||||||
...MedalFields
|
|
||||||
}
|
|
||||||
runLength40 {
|
|
||||||
...MedalFields
|
|
||||||
}
|
|
||||||
runLength50 {
|
|
||||||
...MedalFields
|
|
||||||
}
|
|
||||||
totalMakes100 {
|
|
||||||
...MedalFields
|
|
||||||
}
|
|
||||||
totalMakes500 {
|
|
||||||
...MedalFields
|
|
||||||
}
|
|
||||||
totalMakes1000 {
|
|
||||||
...MedalFields
|
|
||||||
}
|
|
||||||
totalMakes5000 {
|
|
||||||
...MedalFields
|
|
||||||
}
|
|
||||||
totalMakes10000 {
|
|
||||||
...MedalFields
|
|
||||||
}
|
|
||||||
dailyMakes50 {
|
|
||||||
...MedalFields
|
|
||||||
}
|
|
||||||
dailyMakes100 {
|
|
||||||
...MedalFields
|
|
||||||
}
|
|
||||||
dailyMakes150 {
|
|
||||||
...MedalFields
|
|
||||||
}
|
|
||||||
dailyMakes200 {
|
|
||||||
...MedalFields
|
|
||||||
}
|
|
||||||
dailyMakes250 {
|
|
||||||
...MedalFields
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,20 +0,0 @@
|
|||||||
query GetRunsForHighlights(
|
|
||||||
$filterInput: RunFilterInput!
|
|
||||||
$runIds: [Int!] = null
|
|
||||||
$runsOrdering: GetRunsOrdering
|
|
||||||
) {
|
|
||||||
getRuns(
|
|
||||||
filterInput: $filterInput
|
|
||||||
runIds: $runIds
|
|
||||||
runsOrdering: $runsOrdering
|
|
||||||
) {
|
|
||||||
count
|
|
||||||
runs {
|
|
||||||
id
|
|
||||||
runLength
|
|
||||||
userId
|
|
||||||
videoId
|
|
||||||
}
|
|
||||||
runIds
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,3 +1,59 @@
|
|||||||
|
query GetShots(
|
||||||
|
$filterInput: FilterInput!
|
||||||
|
$shotsPagination: GetShotsPagination
|
||||||
|
$limit: Int
|
||||||
|
$includeCreatedAt: Boolean! = false
|
||||||
|
$includeUpdatedAt: Boolean! = false
|
||||||
|
$includeCueObjectFeatures: Boolean! = false
|
||||||
|
$includePocketingIntentionFeatures: Boolean! = false
|
||||||
|
$includeCueObjectDistance: Boolean! = false
|
||||||
|
$includeCueObjectAngle: Boolean! = false
|
||||||
|
$includeCueBallSpeed: Boolean! = false
|
||||||
|
$includeSpinType: Boolean! = false
|
||||||
|
$includeShotDirection: Boolean! = false
|
||||||
|
$includeTargetPocketDistance: Boolean! = false
|
||||||
|
$includeMake: Boolean! = false
|
||||||
|
$includeIntendedPocketType: Boolean! = false
|
||||||
|
) {
|
||||||
|
getShots(
|
||||||
|
filterInput: $filterInput
|
||||||
|
shotsPagination: $shotsPagination
|
||||||
|
limit: $limit
|
||||||
|
) {
|
||||||
|
id
|
||||||
|
videoId
|
||||||
|
startFrame
|
||||||
|
endFrame
|
||||||
|
user {
|
||||||
|
id
|
||||||
|
}
|
||||||
|
falsePositiveScore
|
||||||
|
video {
|
||||||
|
stream {
|
||||||
|
resolution {
|
||||||
|
width
|
||||||
|
height
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
createdAt @include(if: $includeCreatedAt)
|
||||||
|
updatedAt @include(if: $includeUpdatedAt)
|
||||||
|
cueObjectFeatures @include(if: $includeCueObjectFeatures) {
|
||||||
|
cueObjectDistance @include(if: $includeCueObjectDistance)
|
||||||
|
cueObjectAngle @include(if: $includeCueObjectAngle)
|
||||||
|
cueBallSpeed @include(if: $includeCueBallSpeed)
|
||||||
|
shotDirection @include(if: $includeShotDirection)
|
||||||
|
spinType @include(if: $includeSpinType)
|
||||||
|
}
|
||||||
|
pocketingIntentionFeatures
|
||||||
|
@include(if: $includePocketingIntentionFeatures) {
|
||||||
|
targetPocketDistance @include(if: $includeTargetPocketDistance)
|
||||||
|
make @include(if: $includeMake)
|
||||||
|
intendedPocketType @include(if: $includeIntendedPocketType)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
query GetSerializedShotPaths($filterInput: FilterInput!) {
|
query GetSerializedShotPaths($filterInput: FilterInput!) {
|
||||||
getShots(filterInput: $filterInput) {
|
getShots(filterInput: $filterInput) {
|
||||||
id
|
id
|
||||||
@ -17,176 +73,64 @@ query GetShotAnnotationTypes {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
mutation UpdateShotAnnotations(
|
|
||||||
$shotId: Int!
|
|
||||||
$annotations: [UpdateAnnotationInputGQL!]!
|
|
||||||
) {
|
|
||||||
updateShotAnnotations(shotId: $shotId, annotations: $annotations) {
|
|
||||||
shot {
|
|
||||||
id
|
|
||||||
annotations {
|
|
||||||
shotId
|
|
||||||
type {
|
|
||||||
id
|
|
||||||
name
|
|
||||||
}
|
|
||||||
notes
|
|
||||||
}
|
|
||||||
}
|
|
||||||
error {
|
|
||||||
shotId
|
|
||||||
msg
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
## Should be deprecated
|
|
||||||
query GetShotsWithVideoGql(
|
|
||||||
$filterInput: FilterInput!
|
|
||||||
$shotsOrdering: GetShotsOrdering
|
|
||||||
$limit: Int
|
|
||||||
) {
|
|
||||||
getOrderedShots(
|
|
||||||
filterInput: $filterInput
|
|
||||||
shotsOrdering: $shotsOrdering
|
|
||||||
limit: $limit
|
|
||||||
) {
|
|
||||||
shots {
|
|
||||||
id
|
|
||||||
videoId
|
|
||||||
video {
|
|
||||||
screenshotUri
|
|
||||||
endTime
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
query GetShotsWithJustIds(
|
|
||||||
$filterInput: FilterInput!
|
|
||||||
$shotsOrdering: GetShotsOrdering
|
|
||||||
$limit: Int
|
|
||||||
$countRespectsLimit: Boolean
|
|
||||||
) {
|
|
||||||
getOrderedShots(
|
|
||||||
filterInput: $filterInput
|
|
||||||
shotsOrdering: $shotsOrdering
|
|
||||||
limit: $limit
|
|
||||||
countRespectsLimit: $countRespectsLimit
|
|
||||||
) {
|
|
||||||
count
|
|
||||||
shots {
|
|
||||||
id
|
|
||||||
videoId
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
## Reserved for playlists (which are created from a filter)
|
|
||||||
query GetShotsWithMetadataFilterResult(
|
|
||||||
$filterInput: FilterInput!
|
|
||||||
$shotsOrdering: GetShotsOrdering
|
|
||||||
$limit: Int
|
|
||||||
$ids: [Int!]
|
|
||||||
$countRespectsLimit: Boolean
|
|
||||||
) {
|
|
||||||
getOrderedShots(
|
|
||||||
filterInput: $filterInput
|
|
||||||
shotsOrdering: $shotsOrdering
|
|
||||||
limit: $limit
|
|
||||||
ids: $ids
|
|
||||||
countRespectsLimit: $countRespectsLimit
|
|
||||||
) {
|
|
||||||
count
|
|
||||||
shots {
|
|
||||||
...ShotWithAllFeatures
|
|
||||||
}
|
|
||||||
ids
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
# TODO: Delete
|
|
||||||
query GetShotsWithMetadata(
|
query GetShotsWithMetadata(
|
||||||
$filterInput: FilterInput!
|
$filterInput: FilterInput!
|
||||||
$shotsPagination: GetShotsPagination
|
$shotsPagination: GetShotsPagination
|
||||||
$limit: Int
|
$limit: Int
|
||||||
$ids: [Int!]
|
$includeCreatedAt: Boolean! = false
|
||||||
|
$includeUpdatedAt: Boolean! = false
|
||||||
|
$includeCueObjectFeatures: Boolean! = false
|
||||||
|
$includePocketingIntentionFeatures: Boolean! = false
|
||||||
|
$includeCueObjectDistance: Boolean! = false
|
||||||
|
$includeCueObjectAngle: Boolean! = false
|
||||||
|
$includeCueBallSpeed: Boolean! = false
|
||||||
|
$includeSpinType: Boolean! = false
|
||||||
|
$includeShotDirection: Boolean! = false
|
||||||
|
$includeTargetPocketDistance: Boolean! = false
|
||||||
|
$includeMake: Boolean! = false
|
||||||
|
$includeIntendedPocketType: Boolean! = false
|
||||||
) {
|
) {
|
||||||
getShotsWithMetadata(
|
getShotsWithMetadata(
|
||||||
filterInput: $filterInput
|
filterInput: $filterInput
|
||||||
shotsPagination: $shotsPagination
|
shotsPagination: $shotsPagination
|
||||||
limit: $limit
|
limit: $limit
|
||||||
ids: $ids
|
|
||||||
) {
|
) {
|
||||||
count
|
count
|
||||||
shots {
|
shots {
|
||||||
...ShotWithAllFeatures
|
|
||||||
}
|
|
||||||
ids
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
query GetShotsByIds($ids: [Int!]!) {
|
|
||||||
getShotsByIds(ids: $ids) {
|
|
||||||
...ShotWithAllFeatures
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fragment ShotWithAllFeatures on ShotGQL {
|
|
||||||
id
|
id
|
||||||
videoId
|
videoId
|
||||||
startFrame
|
startFrame
|
||||||
endFrame
|
endFrame
|
||||||
startTime @client
|
|
||||||
endTime @client
|
|
||||||
user {
|
user {
|
||||||
id
|
id
|
||||||
}
|
}
|
||||||
falsePositiveScore
|
falsePositiveScore
|
||||||
createdAt
|
video {
|
||||||
updatedAt
|
stream {
|
||||||
cueObjectFeatures {
|
resolution {
|
||||||
cueObjectDistance
|
width
|
||||||
cueObjectAngle
|
height
|
||||||
cueBallSpeed
|
|
||||||
shotDirection
|
|
||||||
spinType
|
|
||||||
}
|
}
|
||||||
pocketingIntentionFeatures {
|
|
||||||
make
|
|
||||||
targetPocketDistance
|
|
||||||
targetPocketAngle
|
|
||||||
targetPocketAngleDirection
|
|
||||||
marginOfErrorInDegrees
|
|
||||||
intendedPocketType
|
|
||||||
difficulty
|
|
||||||
}
|
}
|
||||||
pocketingIntentionInfo {
|
|
||||||
ballId
|
|
||||||
pocketId
|
|
||||||
pathMetadataIndex
|
|
||||||
}
|
}
|
||||||
serializedShotPaths {
|
serializedShotPaths {
|
||||||
b64EncodedBuffer
|
b64EncodedBuffer
|
||||||
}
|
}
|
||||||
annotations {
|
createdAt @include(if: $includeCreatedAt)
|
||||||
shotId
|
updatedAt @include(if: $includeUpdatedAt)
|
||||||
type {
|
cueObjectFeatures @include(if: $includeCueObjectFeatures) {
|
||||||
id
|
cueObjectDistance @include(if: $includeCueObjectDistance)
|
||||||
name
|
cueObjectAngle @include(if: $includeCueObjectAngle)
|
||||||
|
cueBallSpeed @include(if: $includeCueBallSpeed)
|
||||||
|
shotDirection @include(if: $includeShotDirection)
|
||||||
|
spinType @include(if: $includeSpinType)
|
||||||
}
|
}
|
||||||
notes
|
pocketingIntentionFeatures
|
||||||
|
@include(if: $includePocketingIntentionFeatures) {
|
||||||
|
targetPocketDistance @include(if: $includeTargetPocketDistance)
|
||||||
|
make @include(if: $includeMake)
|
||||||
|
intendedPocketType @include(if: $includeIntendedPocketType)
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
mutation EditShot($shotId: Int!, $fieldsToEdit: EditableShotFieldInputGQL!) {
|
|
||||||
editShot(shotId: $shotId, fieldsToEdit: $fieldsToEdit) {
|
|
||||||
error {
|
|
||||||
shotId
|
|
||||||
msg
|
|
||||||
}
|
|
||||||
shot {
|
|
||||||
...ShotWithAllFeatures
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -21,24 +21,30 @@ mutation getProfileImageUploadLink($fileExt: String = ".png") {
|
|||||||
|
|
||||||
mutation editProfileImageUri($profileImageUri: String!) {
|
mutation editProfileImageUri($profileImageUri: String!) {
|
||||||
editProfileImageUri(profileImageUri: $profileImageUri) {
|
editProfileImageUri(profileImageUri: $profileImageUri) {
|
||||||
...UserFragment
|
id
|
||||||
|
firebaseUid
|
||||||
|
username
|
||||||
|
profileImageUri
|
||||||
|
createdAt
|
||||||
|
updatedAt
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
query getLoggedInUser {
|
query getLoggedInUser {
|
||||||
getLoggedInUser {
|
getLoggedInUser {
|
||||||
...UserFragment
|
id
|
||||||
|
firebaseUid
|
||||||
|
username
|
||||||
|
isAdmin
|
||||||
|
profileImageUri
|
||||||
|
activeVideoId
|
||||||
|
createdAt
|
||||||
|
updatedAt
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
query GetUser($userId: Int!) {
|
query GetUserPlayTime($userId: Int!) {
|
||||||
getUser(userId: $userId) {
|
getPlayTime(userId: $userId) {
|
||||||
...UserFragment
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
query GetUserPlayTime($userId: Int!, $filters: VideoFilterInput) {
|
|
||||||
getPlayTime(userId: $userId, filters: $filters) {
|
|
||||||
totalSeconds
|
totalSeconds
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -51,121 +57,9 @@ query getUsernames(
|
|||||||
getUsernames(matchString: $matchString, limit: $limit, after: $after)
|
getUsernames(matchString: $matchString, limit: $limit, after: $after)
|
||||||
}
|
}
|
||||||
|
|
||||||
query getUserRelationshipsMatching(
|
|
||||||
$userId: Int!
|
|
||||||
$matchString: String!
|
|
||||||
$limit: Int = null
|
|
||||||
$after: String = null
|
|
||||||
) {
|
|
||||||
getUserRelationshipsMatching(
|
|
||||||
userId: $userId
|
|
||||||
matchString: $matchString
|
|
||||||
limit: $limit
|
|
||||||
after: $after
|
|
||||||
) {
|
|
||||||
relationships {
|
|
||||||
toUser {
|
|
||||||
username
|
|
||||||
profileImageUri
|
|
||||||
id
|
|
||||||
}
|
|
||||||
toUserFollows
|
|
||||||
toUserIsFollowedBy
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
query GetUserTags {
|
query GetUserTags {
|
||||||
getUserTags {
|
getUserTags {
|
||||||
id
|
id
|
||||||
name
|
name
|
||||||
tagClasses {
|
|
||||||
id
|
|
||||||
name
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
mutation followUser($followedUserId: Int!) {
|
|
||||||
followUser(followedUserId: $followedUserId) {
|
|
||||||
username
|
|
||||||
id
|
|
||||||
following {
|
|
||||||
id
|
|
||||||
username
|
|
||||||
}
|
|
||||||
followers {
|
|
||||||
id
|
|
||||||
username
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
mutation unfollowUser($followedUserId: Int!) {
|
|
||||||
unfollowUser(followedUserId: $followedUserId) {
|
|
||||||
username
|
|
||||||
id
|
|
||||||
following {
|
|
||||||
id
|
|
||||||
username
|
|
||||||
}
|
|
||||||
followers {
|
|
||||||
id
|
|
||||||
username
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
query getUserFollowingFollowers {
|
|
||||||
getLoggedInUser {
|
|
||||||
id
|
|
||||||
following {
|
|
||||||
id
|
|
||||||
username
|
|
||||||
profileImageUri
|
|
||||||
}
|
|
||||||
followers {
|
|
||||||
id
|
|
||||||
username
|
|
||||||
profileImageUri
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
query doesUsernameExist($candidateUsername: String!) {
|
|
||||||
doesUsernameExist(candidateUsername: $candidateUsername)
|
|
||||||
}
|
|
||||||
|
|
||||||
mutation editUser(
|
|
||||||
$username: String
|
|
||||||
$fargoRating: Int
|
|
||||||
$videosPrivateByDefault: Boolean
|
|
||||||
) {
|
|
||||||
editUser(
|
|
||||||
input: {
|
|
||||||
username: $username
|
|
||||||
fargoRating: $fargoRating
|
|
||||||
videosPrivateByDefault: $videosPrivateByDefault
|
|
||||||
}
|
|
||||||
) {
|
|
||||||
id
|
|
||||||
firebaseUid
|
|
||||||
username
|
|
||||||
fargoRating
|
|
||||||
updatedAt
|
|
||||||
videosPrivateByDefault
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fragment UserFragment on UserGQL {
|
|
||||||
id
|
|
||||||
firebaseUid
|
|
||||||
username
|
|
||||||
isAdmin
|
|
||||||
profileImageUri
|
|
||||||
fargoRating
|
|
||||||
activeVideoId
|
|
||||||
createdAt
|
|
||||||
updatedAt
|
|
||||||
videosPrivateByDefault
|
|
||||||
}
|
|
||||||
|
@ -5,10 +5,46 @@ query GetStreamMonitoringDetails($videoId: Int!, $debuggingJson: JSON) {
|
|||||||
makePercentage
|
makePercentage
|
||||||
elapsedTime
|
elapsedTime
|
||||||
currentHomography {
|
currentHomography {
|
||||||
...HomographyInfo
|
crop {
|
||||||
|
left
|
||||||
|
top
|
||||||
|
width
|
||||||
|
height
|
||||||
|
}
|
||||||
|
pockets {
|
||||||
|
left
|
||||||
|
top
|
||||||
|
width
|
||||||
|
height
|
||||||
|
}
|
||||||
|
sourcePoints {
|
||||||
|
topLeft {
|
||||||
|
x
|
||||||
|
y
|
||||||
|
}
|
||||||
|
topSide {
|
||||||
|
x
|
||||||
|
y
|
||||||
|
}
|
||||||
|
topRight {
|
||||||
|
x
|
||||||
|
y
|
||||||
|
}
|
||||||
|
bottomLeft {
|
||||||
|
x
|
||||||
|
y
|
||||||
|
}
|
||||||
|
bottomSide {
|
||||||
|
x
|
||||||
|
y
|
||||||
|
}
|
||||||
|
bottomRight {
|
||||||
|
x
|
||||||
|
y
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
stream {
|
stream {
|
||||||
id
|
|
||||||
linksRequested
|
linksRequested
|
||||||
uploadsCompleted
|
uploadsCompleted
|
||||||
segmentProcessingCursor
|
segmentProcessingCursor
|
||||||
@ -18,7 +54,6 @@ query GetStreamMonitoringDetails($videoId: Int!, $debuggingJson: JSON) {
|
|||||||
initPlaylistUploadStatus
|
initPlaylistUploadStatus
|
||||||
}
|
}
|
||||||
currentProcessing {
|
currentProcessing {
|
||||||
id
|
|
||||||
errors {
|
errors {
|
||||||
message
|
message
|
||||||
startSegmentIndex
|
startSegmentIndex
|
||||||
@ -36,7 +71,6 @@ query GetVideoUpdatePageDetails($videoId: Int!) {
|
|||||||
makePercentage
|
makePercentage
|
||||||
elapsedTime
|
elapsedTime
|
||||||
tableSize
|
tableSize
|
||||||
private
|
|
||||||
tags {
|
tags {
|
||||||
tagClasses {
|
tagClasses {
|
||||||
name
|
name
|
||||||
@ -66,7 +100,6 @@ query GetVideoDetails($videoId: Int!) {
|
|||||||
createdAt
|
createdAt
|
||||||
updatedAt
|
updatedAt
|
||||||
tableSize
|
tableSize
|
||||||
private
|
|
||||||
owner {
|
owner {
|
||||||
id
|
id
|
||||||
firebaseUid
|
firebaseUid
|
||||||
@ -84,11 +117,6 @@ query GetVideoDetails($videoId: Int!) {
|
|||||||
|
|
||||||
query GetVideos($videoIds: [Int!]!) {
|
query GetVideos($videoIds: [Int!]!) {
|
||||||
getVideos(videoIds: $videoIds) {
|
getVideos(videoIds: $videoIds) {
|
||||||
...VideoStreamMetadata
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fragment VideoStreamMetadata on VideoGQL {
|
|
||||||
id
|
id
|
||||||
framesPerSecond
|
framesPerSecond
|
||||||
stream {
|
stream {
|
||||||
@ -105,11 +133,6 @@ fragment VideoStreamMetadata on VideoGQL {
|
|||||||
playlist {
|
playlist {
|
||||||
segmentDurations
|
segmentDurations
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
query GetVideoForShotTime($videoId: Int!) {
|
|
||||||
getVideo(videoId: $videoId) {
|
|
||||||
...VideoStreamMetadata
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -120,128 +143,6 @@ query GetVideo($videoId: Int!) {
|
|||||||
segmentDurations
|
segmentDurations
|
||||||
}
|
}
|
||||||
homographyHistory {
|
homographyHistory {
|
||||||
...HomographyInfo
|
|
||||||
}
|
|
||||||
stream {
|
|
||||||
id
|
|
||||||
streamSegmentType
|
|
||||||
segments {
|
|
||||||
segmentIndex
|
|
||||||
endFrameIndex
|
|
||||||
framesPerSecond
|
|
||||||
}
|
|
||||||
resolution {
|
|
||||||
width
|
|
||||||
height
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
query GetAverageTimePerShotForVideo($videoId: Int!) {
|
|
||||||
getVideo(videoId: $videoId) {
|
|
||||||
id
|
|
||||||
averageTimeBetweenShots
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
query GetElapsedTimeForVideo($videoId: Int!) {
|
|
||||||
getVideo(videoId: $videoId) {
|
|
||||||
id
|
|
||||||
elapsedTime
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
query GetMedianRunForVideo($videoId: Int!) {
|
|
||||||
getVideo(videoId: $videoId) {
|
|
||||||
id
|
|
||||||
medianRun
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fragment StreamWithEndFrames on UploadStreamGQL {
|
|
||||||
id
|
|
||||||
streamSegmentType
|
|
||||||
segmentEndFrames @client
|
|
||||||
resolution {
|
|
||||||
width
|
|
||||||
height
|
|
||||||
}
|
|
||||||
segments {
|
|
||||||
uploaded
|
|
||||||
valid
|
|
||||||
segmentIndex
|
|
||||||
endFrameIndex
|
|
||||||
framesPerSecond
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fragment SegmentEndFrames on SegmentEndFramesGQL {
|
|
||||||
id
|
|
||||||
segmentEndFrames
|
|
||||||
}
|
|
||||||
|
|
||||||
fragment SegmentStartTimes on SegmentStartTimesGQL {
|
|
||||||
id
|
|
||||||
segmentStartTimes
|
|
||||||
}
|
|
||||||
|
|
||||||
fragment PlaylistWithSegmentStartTimes on HLSPlaylistGQL {
|
|
||||||
videoId
|
|
||||||
segmentDurations
|
|
||||||
segmentStartTimes @client
|
|
||||||
}
|
|
||||||
|
|
||||||
fragment VideoDurationData on VideoGQL {
|
|
||||||
id
|
|
||||||
framesPerSecond
|
|
||||||
playlist {
|
|
||||||
...PlaylistWithSegmentStartTimes
|
|
||||||
}
|
|
||||||
stream {
|
|
||||||
...StreamWithEndFrames
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
query GetVideoForClipTimes($videoId: Int!) {
|
|
||||||
getVideo(videoId: $videoId) {
|
|
||||||
...VideoDurationData
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
query GetHeaderInfoByVideoId($videoId: Int!) {
|
|
||||||
getVideo(videoId: $videoId) {
|
|
||||||
id
|
|
||||||
name
|
|
||||||
startTime
|
|
||||||
}
|
|
||||||
}
|
|
||||||
query GetBannerInfoByVideoId($videoId: Int!) {
|
|
||||||
getVideo(videoId: $videoId) {
|
|
||||||
id
|
|
||||||
name
|
|
||||||
stream {
|
|
||||||
id
|
|
||||||
lastIntendedSegmentBound
|
|
||||||
}
|
|
||||||
owner {
|
|
||||||
id
|
|
||||||
}
|
|
||||||
currentProcessing {
|
|
||||||
id
|
|
||||||
status
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
mutation FindPrerecordTableLayout($b64Image: String!, $videoId: Int!) {
|
|
||||||
findPrerecordTableLayout(b64Image: $b64Image, videoId: $videoId) {
|
|
||||||
...HomographyInfo
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fragment HomographyInfo on HomographyInfoGQL {
|
|
||||||
id
|
|
||||||
frameIndex
|
frameIndex
|
||||||
crop {
|
crop {
|
||||||
left
|
left
|
||||||
@ -281,4 +182,58 @@ fragment HomographyInfo on HomographyInfoGQL {
|
|||||||
y
|
y
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
stream {
|
||||||
|
streamSegmentType
|
||||||
|
segments {
|
||||||
|
segmentIndex
|
||||||
|
endFrameIndex
|
||||||
|
framesPerSecond
|
||||||
|
}
|
||||||
|
resolution {
|
||||||
|
width
|
||||||
|
height
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
query GetAverageTimePerShotForVideo($videoId: Int!) {
|
||||||
|
getVideo(videoId: $videoId) {
|
||||||
|
id
|
||||||
|
averageTimeBetweenShots
|
||||||
|
}
|
||||||
|
}
|
||||||
|
query GetElapsedTimeForVideo($videoId: Int!) {
|
||||||
|
getVideo(videoId: $videoId) {
|
||||||
|
id
|
||||||
|
elapsedTime
|
||||||
|
}
|
||||||
|
}
|
||||||
|
query GetMedianRunForVideo($videoId: Int!) {
|
||||||
|
getVideo(videoId: $videoId) {
|
||||||
|
id
|
||||||
|
medianRun
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
query GetVideoForClipTimes($videoId: Int!) {
|
||||||
|
getVideo(videoId: $videoId) {
|
||||||
|
id
|
||||||
|
framesPerSecond
|
||||||
|
playlist {
|
||||||
|
segmentDurations
|
||||||
|
}
|
||||||
|
stream {
|
||||||
|
id
|
||||||
|
streamSegmentType
|
||||||
|
segments {
|
||||||
|
uploaded
|
||||||
|
valid
|
||||||
|
segmentIndex
|
||||||
|
endFrameIndex
|
||||||
|
framesPerSecond
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -101,8 +101,13 @@ query GetUploadStreams(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
query GetUploadStreamsWithDetails(
|
||||||
fragment UploadStreamWithDetails on VideoGQL {
|
$limit: Int! = 5
|
||||||
|
$after: String = null
|
||||||
|
$filters: VideoFilterInput = null
|
||||||
|
) {
|
||||||
|
getUserVideos(limit: $limit, after: $after, filters: $filters) {
|
||||||
|
videos {
|
||||||
id
|
id
|
||||||
name
|
name
|
||||||
startTime
|
startTime
|
||||||
@ -112,16 +117,6 @@ fragment UploadStreamWithDetails on VideoGQL {
|
|||||||
uploadCompletionCursor
|
uploadCompletionCursor
|
||||||
uploadsCompleted
|
uploadsCompleted
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
query GetUploadStreamsWithDetails(
|
|
||||||
$limit: Int! = 5
|
|
||||||
$after: String = null
|
|
||||||
$filters: VideoFilterInput = null
|
|
||||||
) {
|
|
||||||
getUserVideos(limit: $limit, after: $after, filters: $filters) {
|
|
||||||
videos {
|
|
||||||
...UploadStreamWithDetails
|
|
||||||
}
|
}
|
||||||
pageInfo {
|
pageInfo {
|
||||||
hasNextPage
|
hasNextPage
|
||||||
|
427
src/schema.gql
427
src/schema.gql
@ -9,51 +9,25 @@ type Query {
|
|||||||
videoId: ID!
|
videoId: ID!
|
||||||
intervalDuration: Int! = 300
|
intervalDuration: Int! = 300
|
||||||
): [MakePercentageIntervalGQL!]!
|
): [MakePercentageIntervalGQL!]!
|
||||||
getMedals(scope: MedalScope!, userId: Int = null): RequestedMedalsGQL!
|
|
||||||
getRuns(
|
|
||||||
filterInput: RunFilterInput!
|
|
||||||
runIds: [Int!] = null
|
|
||||||
runsOrdering: GetRunsOrdering = null
|
|
||||||
limit: Int! = 500
|
|
||||||
countRespectsLimit: Boolean! = false
|
|
||||||
): GetRunsResult!
|
|
||||||
getOrderedShots(
|
|
||||||
filterInput: FilterInput!
|
|
||||||
ids: [Int!] = null
|
|
||||||
shotsOrdering: GetShotsOrdering = null
|
|
||||||
limit: Int! = 500
|
|
||||||
countRespectsLimit: Boolean! = false
|
|
||||||
): GetShotsResult!
|
|
||||||
getShotsWithMetadata(
|
getShotsWithMetadata(
|
||||||
filterInput: FilterInput!
|
filterInput: FilterInput!
|
||||||
ids: [Int!] = null
|
|
||||||
shotsPagination: GetShotsPagination = null
|
shotsPagination: GetShotsPagination = null
|
||||||
limit: Int! = 500
|
limit: Int! = 500
|
||||||
countRespectsLimit: Boolean! = false
|
|
||||||
): GetShotsResult!
|
): GetShotsResult!
|
||||||
getShots(
|
getShots(
|
||||||
filterInput: FilterInput!
|
filterInput: FilterInput!
|
||||||
shotsPagination: GetShotsPagination = null
|
shotsPagination: GetShotsPagination = null
|
||||||
limit: Int! = 500
|
limit: Int! = 500
|
||||||
countRespectsLimit: Boolean! = false
|
|
||||||
): [ShotGQL!]!
|
): [ShotGQL!]!
|
||||||
getShotsByIds(ids: [Int!]!): [ShotGQL!]!
|
|
||||||
getShotAnnotationTypes(errorTypes: Boolean = false): [ShotAnnotationTypeGQL!]!
|
getShotAnnotationTypes(errorTypes: Boolean = false): [ShotAnnotationTypeGQL!]!
|
||||||
getUser(userId: Int!): UserGQL
|
getUser(userId: Int!): UserGQL
|
||||||
doesUsernameExist(candidateUsername: String!): Boolean!
|
|
||||||
getLoggedInUser: UserGQL
|
getLoggedInUser: UserGQL
|
||||||
getUsernames(
|
getUsernames(
|
||||||
matchString: String = null
|
matchString: String = null
|
||||||
limit: Int = null
|
limit: Int = null
|
||||||
after: String = null
|
after: String = null
|
||||||
): [String!]!
|
): [String!]!
|
||||||
getUserRelationshipsMatching(
|
getPlayTime(userId: Int!): UserPlayTimeGQL!
|
||||||
userId: Int!
|
|
||||||
matchString: String = null
|
|
||||||
limit: Int = 100
|
|
||||||
after: String = null
|
|
||||||
): UserRelationshipsResult!
|
|
||||||
getPlayTime(userId: Int!, filters: VideoFilterInput = null): UserPlayTimeGQL!
|
|
||||||
getUserVideos(
|
getUserVideos(
|
||||||
userId: Int = null
|
userId: Int = null
|
||||||
limit: Int! = 5
|
limit: Int! = 5
|
||||||
@ -63,24 +37,6 @@ type Query {
|
|||||||
getUserTags: [TagGQL!]!
|
getUserTags: [TagGQL!]!
|
||||||
getVideo(videoId: Int!, debuggingJson: JSON = null): VideoGQL!
|
getVideo(videoId: Int!, debuggingJson: JSON = null): VideoGQL!
|
||||||
getVideos(videoIds: [Int!]!): [VideoGQL!]!
|
getVideos(videoIds: [Int!]!): [VideoGQL!]!
|
||||||
getFeedVideos(
|
|
||||||
limit: Int! = 5
|
|
||||||
after: String = null
|
|
||||||
includePrivate: IncludePrivateEnum! = MINE
|
|
||||||
includeCallersVideos: Boolean = true
|
|
||||||
filters: VideoFilterInput = null
|
|
||||||
feedInput: VideoFeedInputGQL = null
|
|
||||||
): VideoHistoryGQL!
|
|
||||||
getLongestRunsLeaderboard(
|
|
||||||
interval: TimeInterval = null
|
|
||||||
when: DateTime = null
|
|
||||||
limit: Int! = 100
|
|
||||||
requiredTags: [String!] = null
|
|
||||||
): RunLeaderboardGQL!
|
|
||||||
getMakesLeaderboard(
|
|
||||||
interval: TimeInterval = null
|
|
||||||
when: DateTime = null
|
|
||||||
): CountLeaderboardGQL!
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type AggregateResultGQL {
|
type AggregateResultGQL {
|
||||||
@ -140,10 +96,9 @@ input EnumAggregation {
|
|||||||
}
|
}
|
||||||
|
|
||||||
input DatetimeRangeAggregationInput {
|
input DatetimeRangeAggregationInput {
|
||||||
startDatetime: DateTime = null
|
startDatetime: DateTime!
|
||||||
endDatetime: DateTime = null
|
endDatetime: DateTime!
|
||||||
interval: TimeInterval!
|
interval: TimeInterval!
|
||||||
feature: String! = "created_at"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"""
|
"""
|
||||||
@ -151,41 +106,40 @@ Date with time (isoformat)
|
|||||||
"""
|
"""
|
||||||
scalar DateTime
|
scalar DateTime
|
||||||
|
|
||||||
input TimeInterval @oneOf {
|
input TimeInterval {
|
||||||
timedelta: TimeDeltaGQL
|
"""
|
||||||
aligned: AlignedIntervalEnum
|
A second is the base unit and cannot be subdivided
|
||||||
}
|
"""
|
||||||
|
seconds: Int = 0
|
||||||
input TimeDeltaGQL {
|
minutes: Int = 0
|
||||||
|
hours: Int = 0
|
||||||
days: Int = 0
|
days: Int = 0
|
||||||
weeks: Int = 0
|
weeks: Int = 0
|
||||||
months: Int = 0
|
|
||||||
years: Int = 0
|
|
||||||
}
|
|
||||||
|
|
||||||
enum AlignedIntervalEnum {
|
"""
|
||||||
MONTH
|
Assumes a month is 30 days long
|
||||||
YEAR
|
"""
|
||||||
WEEK
|
months: Int = 0
|
||||||
DAY
|
|
||||||
|
"""
|
||||||
|
Assumes a year is 365 days long
|
||||||
|
"""
|
||||||
|
years: Int = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
input FilterInput @oneOf {
|
input FilterInput @oneOf {
|
||||||
andFilters: [FilterInput!]
|
andFilters: [FilterInput!]
|
||||||
orFilters: [FilterInput!]
|
orFilters: [FilterInput!]
|
||||||
notFilter: FilterInput
|
notFilter: FilterInput
|
||||||
cueObjectDistance: FloatRangeFilter
|
cueObjectDistance: RangeFilter
|
||||||
targetPocketDistance: FloatRangeFilter
|
targetPocketDistance: RangeFilter
|
||||||
cueObjectAngle: FloatRangeFilter
|
cueObjectAngle: RangeFilter
|
||||||
cueBallSpeed: FloatRangeFilter
|
cueBallSpeed: RangeFilter
|
||||||
difficulty: FloatRangeFilter
|
difficulty: RangeFilter
|
||||||
intendedPocketType: [PocketEnum!]
|
intendedPocketType: [PocketEnum!]
|
||||||
shotDirection: [ShotDirectionEnum!]
|
shotDirection: [ShotDirectionEnum!]
|
||||||
videoId: [Int!]
|
videoId: [Int!]
|
||||||
userId: [Int!]
|
userId: [Int!]
|
||||||
runId: [Int!]
|
|
||||||
username: [String!]
|
|
||||||
fargoRating: FloatRangeFilter
|
|
||||||
make: [Boolean!]
|
make: [Boolean!]
|
||||||
tags: [VideoTagInput!]
|
tags: [VideoTagInput!]
|
||||||
annotations: [ShotAnnotationInput!]
|
annotations: [ShotAnnotationInput!]
|
||||||
@ -195,26 +149,21 @@ input FilterInput @oneOf {
|
|||||||
isLeftMiss: [Boolean!]
|
isLeftMiss: [Boolean!]
|
||||||
isRightMiss: [Boolean!]
|
isRightMiss: [Boolean!]
|
||||||
isDirect: [Boolean!]
|
isDirect: [Boolean!]
|
||||||
tableSize: FloatRangeFilter
|
tableSize: RangeFilter
|
||||||
bankAngle: FloatRangeFilter
|
bankAngle: RangeFilter
|
||||||
bankDistance: FloatRangeFilter
|
bankDistance: RangeFilter
|
||||||
kickAngle: FloatRangeFilter
|
kickAngle: RangeFilter
|
||||||
kickDistance: FloatRangeFilter
|
kickDistance: RangeFilter
|
||||||
cueAngleAfterObject: FloatRangeFilter
|
cueAngleAfterObject: RangeFilter
|
||||||
spinType: [SpinTypeEnum!]
|
spinType: [SpinTypeEnum!]
|
||||||
cueSpeedAfterObject: FloatRangeFilter
|
cueSpeedAfterObject: RangeFilter
|
||||||
falsePositiveScore: FloatRangeFilter
|
falsePositiveScore: RangeFilter
|
||||||
backcut: [Boolean!]
|
backcut: [Boolean!]
|
||||||
targetPocketAngleDirection: [ShotDirectionEnum!]
|
targetPocketAngleDirection: [ShotDirectionEnum!]
|
||||||
targetPocketAngle: FloatRangeFilter
|
targetPocketAngle: RangeFilter
|
||||||
missAngleInDegrees: FloatRangeFilter
|
|
||||||
marginOfErrorInDegrees: FloatRangeFilter
|
|
||||||
createdAt: DateRangeFilter
|
|
||||||
totalDistance: FloatRangeFilter
|
|
||||||
runLength: FloatRangeFilter
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input FloatRangeFilter {
|
input RangeFilter {
|
||||||
lessThan: Float = null
|
lessThan: Float = null
|
||||||
greaterThanEqualTo: Float = null
|
greaterThanEqualTo: Float = null
|
||||||
greaterThan: Float = null
|
greaterThan: Float = null
|
||||||
@ -254,20 +203,6 @@ enum SpinTypeEnum {
|
|||||||
UNKNOWN
|
UNKNOWN
|
||||||
}
|
}
|
||||||
|
|
||||||
input DateRangeFilter {
|
|
||||||
lessThan: Date = null
|
|
||||||
greaterThanEqualTo: Date = null
|
|
||||||
greaterThan: Date = null
|
|
||||||
includeOnNone: Boolean! = false
|
|
||||||
lessThanInclusive: Boolean! = false
|
|
||||||
greaterThanInclusive: Boolean! = true
|
|
||||||
}
|
|
||||||
|
|
||||||
"""
|
|
||||||
Date (isoformat)
|
|
||||||
"""
|
|
||||||
scalar Date
|
|
||||||
|
|
||||||
type BucketSetGQL {
|
type BucketSetGQL {
|
||||||
keyName: String!
|
keyName: String!
|
||||||
feature: String!
|
feature: String!
|
||||||
@ -292,65 +227,9 @@ type MakePercentageIntervalGQL {
|
|||||||
elapsedTime: Float!
|
elapsedTime: Float!
|
||||||
}
|
}
|
||||||
|
|
||||||
type RequestedMedalsGQL {
|
type GetShotsResult {
|
||||||
distanceOver66: MedalGQL
|
|
||||||
distanceOver78: MedalGQL
|
|
||||||
distanceOver90: MedalGQL
|
|
||||||
runLength3: MedalGQL
|
|
||||||
runLength5: MedalGQL
|
|
||||||
runLength8: MedalGQL
|
|
||||||
runLength10: MedalGQL
|
|
||||||
runLength15: MedalGQL
|
|
||||||
runLength20: MedalGQL
|
|
||||||
runLength25: MedalGQL
|
|
||||||
runLength30: MedalGQL
|
|
||||||
runLength40: MedalGQL
|
|
||||||
runLength50: MedalGQL
|
|
||||||
totalMakes25: MedalGQL @deprecated(reason: "no longer supported")
|
|
||||||
totalMakes50: MedalGQL @deprecated(reason: "no longer supported")
|
|
||||||
totalMakes75: MedalGQL @deprecated(reason: "no longer supported")
|
|
||||||
totalMakes200: MedalGQL @deprecated(reason: "no longer supported")
|
|
||||||
totalMakes300: MedalGQL @deprecated(reason: "no longer supported")
|
|
||||||
totalMakes400: MedalGQL @deprecated(reason: "no longer supported")
|
|
||||||
totalMakes750: MedalGQL @deprecated(reason: "no longer supported")
|
|
||||||
totalMakes100: MedalGQL
|
|
||||||
totalMakes500: MedalGQL
|
|
||||||
totalMakes1000: MedalGQL
|
|
||||||
totalMakes5000: MedalGQL
|
|
||||||
totalMakes10000: MedalGQL
|
|
||||||
dailyMakes50: MedalGQL
|
|
||||||
dailyMakes100: MedalGQL
|
|
||||||
dailyMakes150: MedalGQL
|
|
||||||
dailyMakes200: MedalGQL
|
|
||||||
dailyMakes250: MedalGQL
|
|
||||||
}
|
|
||||||
|
|
||||||
type MedalGQL {
|
|
||||||
count: Int!
|
|
||||||
nickname: String
|
|
||||||
}
|
|
||||||
|
|
||||||
input MedalScope @oneOf {
|
|
||||||
videoId: Int
|
|
||||||
interval: TimeInterval
|
|
||||||
@deprecated(reason: "NO LONGER SUPPORTED, USE DATETIME_RANGE")
|
|
||||||
datetimeRange: DatetimeRangeAggregationInput
|
|
||||||
}
|
|
||||||
|
|
||||||
type GetRunsResult {
|
|
||||||
runs: [RunGQL!]!
|
|
||||||
count: Int
|
|
||||||
runIds: [Int!]!
|
|
||||||
}
|
|
||||||
|
|
||||||
type RunGQL {
|
|
||||||
id: Int!
|
|
||||||
runLength: Int!
|
|
||||||
videoId: Int!
|
|
||||||
userId: Int!
|
|
||||||
shots: [ShotGQL!]!
|
shots: [ShotGQL!]!
|
||||||
video: VideoGQL!
|
count: Int
|
||||||
user: UserGQL!
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type ShotGQL {
|
type ShotGQL {
|
||||||
@ -362,15 +241,12 @@ type ShotGQL {
|
|||||||
updatedAt: DateTime
|
updatedAt: DateTime
|
||||||
cueObjectFeatures: CueObjectFeaturesGQL
|
cueObjectFeatures: CueObjectFeaturesGQL
|
||||||
pocketingIntentionFeatures: PocketingIntentionFeaturesGQL
|
pocketingIntentionFeatures: PocketingIntentionFeaturesGQL
|
||||||
pocketingIntentionInfo: PocketingIntentionInfoGQL
|
|
||||||
bankFeatures: BankFeaturesGQL
|
bankFeatures: BankFeaturesGQL
|
||||||
serializedShotPaths: SerializedShotPathsGQL
|
serializedShotPaths: SerializedShotPathsGQL
|
||||||
user: UserGQL
|
user: UserGQL
|
||||||
annotations: [ShotAnnotationGQL!]!
|
annotations: [ShotAnnotationGQL!]!
|
||||||
falsePositiveScore: Float
|
falsePositiveScore: Float
|
||||||
video: VideoGQL
|
video: VideoGQL
|
||||||
run: RunGQL
|
|
||||||
runFeatures: RunFeaturesGQL
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type CueObjectFeaturesGQL {
|
type CueObjectFeaturesGQL {
|
||||||
@ -388,25 +264,9 @@ type PocketingIntentionFeaturesGQL {
|
|||||||
difficulty: Float
|
difficulty: Float
|
||||||
targetPocketAngle: Float
|
targetPocketAngle: Float
|
||||||
targetPocketAngleDirection: ShotDirectionEnum
|
targetPocketAngleDirection: ShotDirectionEnum
|
||||||
marginOfErrorInDegrees: Float
|
|
||||||
backcut: Boolean
|
backcut: Boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
type PocketingIntentionInfoGQL {
|
|
||||||
ballId: Int!
|
|
||||||
pocketId: PocketIdentifier!
|
|
||||||
pathMetadataIndex: Int!
|
|
||||||
}
|
|
||||||
|
|
||||||
enum PocketIdentifier {
|
|
||||||
TOP_LEFT
|
|
||||||
TOP_SIDE
|
|
||||||
TOP_RIGHT
|
|
||||||
BOTTOM_LEFT
|
|
||||||
BOTTOM_SIDE
|
|
||||||
BOTTOM_RIGHT
|
|
||||||
}
|
|
||||||
|
|
||||||
type BankFeaturesGQL {
|
type BankFeaturesGQL {
|
||||||
wallsHit: [WallTypeEnum!]!
|
wallsHit: [WallTypeEnum!]!
|
||||||
bankAngle: Float!
|
bankAngle: Float!
|
||||||
@ -424,17 +284,13 @@ type SerializedShotPathsGQL {
|
|||||||
|
|
||||||
type UserGQL {
|
type UserGQL {
|
||||||
id: Int!
|
id: Int!
|
||||||
firebaseUid: String
|
firebaseUid: String!
|
||||||
username: String!
|
username: String!
|
||||||
isAdmin: Boolean
|
isAdmin: Boolean!
|
||||||
fargoRating: Int
|
|
||||||
activeVideoId: Int
|
activeVideoId: Int
|
||||||
profileImageUri: String
|
profileImageUri: String
|
||||||
createdAt: DateTime
|
createdAt: DateTime
|
||||||
updatedAt: DateTime
|
updatedAt: DateTime
|
||||||
videosPrivateByDefault: Boolean
|
|
||||||
following: [UserGQL!]
|
|
||||||
followers: [UserGQL!]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type ShotAnnotationGQL {
|
type ShotAnnotationGQL {
|
||||||
@ -470,7 +326,6 @@ type VideoGQL {
|
|||||||
elapsedTime: Float
|
elapsedTime: Float
|
||||||
framesPerSecond: Float!
|
framesPerSecond: Float!
|
||||||
tableSize: Float!
|
tableSize: Float!
|
||||||
private: Boolean!
|
|
||||||
stream: UploadStreamGQL
|
stream: UploadStreamGQL
|
||||||
playlist: HLSPlaylistGQL
|
playlist: HLSPlaylistGQL
|
||||||
tags: [VideoTag!]!
|
tags: [VideoTag!]!
|
||||||
@ -493,7 +348,6 @@ type UploadStreamGQL {
|
|||||||
createdAt: DateTime!
|
createdAt: DateTime!
|
||||||
updatedAt: DateTime!
|
updatedAt: DateTime!
|
||||||
segments: [UploadSegmentGQL!]!
|
segments: [UploadSegmentGQL!]!
|
||||||
clientUploadStatus: ClientUploadStatusEnum
|
|
||||||
resolution: VideoResolutionGQL!
|
resolution: VideoResolutionGQL!
|
||||||
streamSegmentType: StreamSegmentTypeEnum!
|
streamSegmentType: StreamSegmentTypeEnum!
|
||||||
}
|
}
|
||||||
@ -518,11 +372,6 @@ type UploadSegmentGQL {
|
|||||||
linksRequested: Int!
|
linksRequested: Int!
|
||||||
}
|
}
|
||||||
|
|
||||||
enum ClientUploadStatusEnum {
|
|
||||||
UPLOAD_ENABLED
|
|
||||||
UPLOAD_DISABLED
|
|
||||||
}
|
|
||||||
|
|
||||||
type VideoResolutionGQL {
|
type VideoResolutionGQL {
|
||||||
width: Int
|
width: Int
|
||||||
height: Int
|
height: Int
|
||||||
@ -549,7 +398,6 @@ type VideoTagClass {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type HomographyInfoGQL {
|
type HomographyInfoGQL {
|
||||||
id: Int!
|
|
||||||
frameIndex: Int!
|
frameIndex: Int!
|
||||||
crop: BoundingBoxGQL!
|
crop: BoundingBoxGQL!
|
||||||
pockets: [BoundingBoxGQL!]!
|
pockets: [BoundingBoxGQL!]!
|
||||||
@ -579,7 +427,6 @@ type IntPoint2D {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type VideoProcessingGQL {
|
type VideoProcessingGQL {
|
||||||
id: Int!
|
|
||||||
errors: [VideoProcessingErrorGQL!]!
|
errors: [VideoProcessingErrorGQL!]!
|
||||||
status: ProcessingStatusEnum!
|
status: ProcessingStatusEnum!
|
||||||
statuses: [VideoProcessingStatusGQL!]!
|
statuses: [VideoProcessingStatusGQL!]!
|
||||||
@ -610,67 +457,6 @@ type VideoProcessingStatusGQL {
|
|||||||
updatedAt: DateTime
|
updatedAt: DateTime
|
||||||
}
|
}
|
||||||
|
|
||||||
type RunFeaturesGQL {
|
|
||||||
runId: Int!
|
|
||||||
indexInRun: Int!
|
|
||||||
}
|
|
||||||
|
|
||||||
input RunFilterInput {
|
|
||||||
videoId: [Int!]
|
|
||||||
userId: [Int!]
|
|
||||||
username: [String!]
|
|
||||||
andFilters: [RunFilterInput!]
|
|
||||||
orFilters: [RunFilterInput!]
|
|
||||||
notFilter: RunFilterInput
|
|
||||||
tableSize: FloatRangeFilter
|
|
||||||
createdAt: DateRangeFilter
|
|
||||||
runLength: FloatRangeFilter
|
|
||||||
}
|
|
||||||
|
|
||||||
input GetRunsOrdering {
|
|
||||||
orderings: [RunsOrderingComponent!]!
|
|
||||||
}
|
|
||||||
|
|
||||||
input RunsOrderingComponent @oneOf {
|
|
||||||
runLength: IntOrdering
|
|
||||||
videoId: IntOrdering
|
|
||||||
videoCreation: DatetimeOrdering
|
|
||||||
}
|
|
||||||
|
|
||||||
input IntOrdering {
|
|
||||||
descending: Boolean! = true
|
|
||||||
startingAt: Int = null
|
|
||||||
}
|
|
||||||
|
|
||||||
input DatetimeOrdering {
|
|
||||||
descending: Boolean! = true
|
|
||||||
startingAt: DateTime = null
|
|
||||||
}
|
|
||||||
|
|
||||||
type GetShotsResult {
|
|
||||||
shots: [ShotGQL!]!
|
|
||||||
count: Int
|
|
||||||
ids: [Int!]!
|
|
||||||
}
|
|
||||||
|
|
||||||
input GetShotsOrdering {
|
|
||||||
orderings: [ShotsOrderingComponent!]!
|
|
||||||
}
|
|
||||||
|
|
||||||
input ShotsOrderingComponent @oneOf {
|
|
||||||
videoCreation: DatetimeOrdering
|
|
||||||
marginOfError: FloatOrdering
|
|
||||||
difficulty: FloatOrdering
|
|
||||||
videoId: IntOrdering
|
|
||||||
startFrame: IntOrdering
|
|
||||||
runLength: IntOrdering
|
|
||||||
}
|
|
||||||
|
|
||||||
input FloatOrdering {
|
|
||||||
descending: Boolean! = true
|
|
||||||
startingAt: Float = null
|
|
||||||
}
|
|
||||||
|
|
||||||
input GetShotsPagination {
|
input GetShotsPagination {
|
||||||
createdAfter: CreatedAfter!
|
createdAfter: CreatedAfter!
|
||||||
startFrameAfter: Int!
|
startFrameAfter: Int!
|
||||||
@ -681,28 +467,10 @@ input CreatedAfter @oneOf {
|
|||||||
createdAt: DateTime
|
createdAt: DateTime
|
||||||
}
|
}
|
||||||
|
|
||||||
type UserRelationshipsResult {
|
|
||||||
inquiringUser: UserGQL!
|
|
||||||
relationships: [UserRelationship!]!
|
|
||||||
}
|
|
||||||
|
|
||||||
type UserRelationship {
|
|
||||||
toUser: UserGQL!
|
|
||||||
toUserFollows: Boolean!
|
|
||||||
toUserIsFollowedBy: Boolean!
|
|
||||||
}
|
|
||||||
|
|
||||||
type UserPlayTimeGQL {
|
type UserPlayTimeGQL {
|
||||||
totalSeconds: Float!
|
totalSeconds: Float!
|
||||||
}
|
}
|
||||||
|
|
||||||
input VideoFilterInput {
|
|
||||||
isStreamCompleted: Boolean = null
|
|
||||||
requireCursorCompletion: Boolean! = true
|
|
||||||
createdAt: DateRangeFilter = null
|
|
||||||
excludeVideosWithNoShots: Boolean = null
|
|
||||||
}
|
|
||||||
|
|
||||||
type VideoHistoryGQL {
|
type VideoHistoryGQL {
|
||||||
videos: [VideoGQL!]!
|
videos: [VideoGQL!]!
|
||||||
pageInfo: PageInfoGQL!
|
pageInfo: PageInfoGQL!
|
||||||
@ -713,15 +481,15 @@ type PageInfoGQL {
|
|||||||
endCursor: String
|
endCursor: String
|
||||||
}
|
}
|
||||||
|
|
||||||
type TagGQL {
|
input VideoFilterInput {
|
||||||
id: Int!
|
isStreamCompleted: Boolean = null
|
||||||
name: String!
|
requireCursorCompletion: Boolean! = true
|
||||||
tagClasses: [TagClassGQL!]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type TagClassGQL {
|
type TagGQL {
|
||||||
id: Int!
|
|
||||||
name: String!
|
name: String!
|
||||||
|
id: Int!
|
||||||
|
group: String
|
||||||
}
|
}
|
||||||
|
|
||||||
"""
|
"""
|
||||||
@ -732,58 +500,18 @@ scalar JSON
|
|||||||
url: "https://ecma-international.org/wp-content/uploads/ECMA-404_2nd_edition_december_2017.pdf"
|
url: "https://ecma-international.org/wp-content/uploads/ECMA-404_2nd_edition_december_2017.pdf"
|
||||||
)
|
)
|
||||||
|
|
||||||
enum IncludePrivateEnum {
|
|
||||||
ALL
|
|
||||||
MINE
|
|
||||||
NONE
|
|
||||||
}
|
|
||||||
|
|
||||||
input VideoFeedInputGQL @oneOf {
|
|
||||||
followedByUserId: Int
|
|
||||||
userId: Int
|
|
||||||
allUsers: Boolean
|
|
||||||
}
|
|
||||||
|
|
||||||
type RunLeaderboardGQL {
|
|
||||||
entries: [RunGQL!]!
|
|
||||||
}
|
|
||||||
|
|
||||||
type CountLeaderboardGQL {
|
|
||||||
entries: [UserShotCountEntry!]!
|
|
||||||
}
|
|
||||||
|
|
||||||
type UserShotCountEntry {
|
|
||||||
user: UserGQL!
|
|
||||||
value: Int!
|
|
||||||
total: Int!
|
|
||||||
proportionMade: Float!
|
|
||||||
videos: Int!
|
|
||||||
}
|
|
||||||
|
|
||||||
type Mutation {
|
type Mutation {
|
||||||
createBucketSet(params: CreateBucketSetInput!): BucketSetGQL!
|
createBucketSet(params: CreateBucketSetInput!): BucketSetGQL!
|
||||||
setLoggerLevel(path: String!, level: String!): Boolean!
|
setLoggerLevel(path: String!, level: String!): Boolean!
|
||||||
editShot(
|
|
||||||
shotId: Int!
|
|
||||||
fieldsToEdit: EditableShotFieldInputGQL!
|
|
||||||
): EditShotReturn!
|
|
||||||
addAnnotationToShot(
|
addAnnotationToShot(
|
||||||
shotId: Int!
|
shotId: Int!
|
||||||
annotationName: String!
|
annotationName: String!
|
||||||
notes: String = null
|
notes: String = null
|
||||||
): AddShotAnnotationReturn!
|
): AddShotAnnotationReturn!
|
||||||
updateShotAnnotations(
|
|
||||||
shotId: Int!
|
|
||||||
annotations: [UpdateAnnotationInputGQL!]!
|
|
||||||
): UpdateShotAnnotationReturn!
|
|
||||||
getProfileImageUploadLink(
|
getProfileImageUploadLink(
|
||||||
fileExt: String = ".png"
|
fileExt: String = ".png"
|
||||||
): GetProfileUploadLinkReturn!
|
): GetProfileUploadLinkReturn!
|
||||||
editProfileImageUri(profileImageUri: String!): UserGQL!
|
editProfileImageUri(profileImageUri: String!): UserGQL!
|
||||||
editUser(input: EditUserInputGQL!): UserGQL!
|
|
||||||
followUser(followedUserId: Int!): UserGQL!
|
|
||||||
unfollowUser(followedUserId: Int!): UserGQL!
|
|
||||||
findPrerecordTableLayout(b64Image: String!, videoId: Int!): HomographyInfoGQL
|
|
||||||
createUploadStream(
|
createUploadStream(
|
||||||
videoMetadata: VideoMetadataInput!
|
videoMetadata: VideoMetadataInput!
|
||||||
): CreateUploadStreamReturn!
|
): CreateUploadStreamReturn!
|
||||||
@ -804,27 +532,6 @@ input CreateBucketSetInput {
|
|||||||
buckets: [BucketInputGQL!]!
|
buckets: [BucketInputGQL!]!
|
||||||
}
|
}
|
||||||
|
|
||||||
type EditShotReturn {
|
|
||||||
shot: ShotGQL
|
|
||||||
error: DoesNotOwnShotErr
|
|
||||||
}
|
|
||||||
|
|
||||||
type DoesNotOwnShotErr {
|
|
||||||
shotId: Int!
|
|
||||||
msg: String
|
|
||||||
}
|
|
||||||
|
|
||||||
input EditableShotFieldInputGQL {
|
|
||||||
intendedPocketType: PocketEnum
|
|
||||||
shotDirection: ShotDirectionEnum
|
|
||||||
spinType: SpinTypeEnum
|
|
||||||
targetPocketAngleDirection: ShotDirectionEnum
|
|
||||||
make: Boolean
|
|
||||||
backcut: Boolean
|
|
||||||
excludeFromStats: Boolean
|
|
||||||
notes: String
|
|
||||||
}
|
|
||||||
|
|
||||||
type AddShotAnnotationReturn {
|
type AddShotAnnotationReturn {
|
||||||
value: SuccessfulAddAddShotAnnotationErrors!
|
value: SuccessfulAddAddShotAnnotationErrors!
|
||||||
}
|
}
|
||||||
@ -845,18 +552,13 @@ union DoesNotOwnShotErrOtherErrorNeedsNote =
|
|||||||
DoesNotOwnShotErr
|
DoesNotOwnShotErr
|
||||||
| OtherErrorNeedsNote
|
| OtherErrorNeedsNote
|
||||||
|
|
||||||
type OtherErrorNeedsNote {
|
type DoesNotOwnShotErr {
|
||||||
|
shotId: Int!
|
||||||
msg: String
|
msg: String
|
||||||
}
|
}
|
||||||
|
|
||||||
type UpdateShotAnnotationReturn {
|
type OtherErrorNeedsNote {
|
||||||
shot: ShotGQL
|
msg: String
|
||||||
error: DoesNotOwnShotErr
|
|
||||||
}
|
|
||||||
|
|
||||||
input UpdateAnnotationInputGQL {
|
|
||||||
name: String!
|
|
||||||
notes: String = null
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type GetProfileUploadLinkReturn {
|
type GetProfileUploadLinkReturn {
|
||||||
@ -885,12 +587,6 @@ type TooManyProfileImageUploadsErr {
|
|||||||
linksRequested: Int!
|
linksRequested: Int!
|
||||||
}
|
}
|
||||||
|
|
||||||
input EditUserInputGQL {
|
|
||||||
username: String = null
|
|
||||||
fargoRating: Int = null
|
|
||||||
videosPrivateByDefault: Boolean = null
|
|
||||||
}
|
|
||||||
|
|
||||||
type CreateUploadStreamReturn {
|
type CreateUploadStreamReturn {
|
||||||
videoId: Int!
|
videoId: Int!
|
||||||
}
|
}
|
||||||
@ -900,22 +596,33 @@ input VideoMetadataInput {
|
|||||||
startTime: DateTime = null
|
startTime: DateTime = null
|
||||||
endTime: DateTime = null
|
endTime: DateTime = null
|
||||||
gameType: String = null
|
gameType: String = null
|
||||||
@deprecated(reason: "`game_type` is deprecated. Use `tags` instead.")
|
|
||||||
|
|
||||||
"""
|
|
||||||
A list of tags associated with the video. Replace `game_type`
|
|
||||||
"""
|
|
||||||
tags: [VideoTagInput!] = null
|
|
||||||
tableSize: Float = null
|
tableSize: Float = null
|
||||||
|
uploadStreamMetadataInput: UploadStreamMetadataInput = null
|
||||||
lastIntendedSegmentBound: Int = null
|
lastIntendedSegmentBound: Int = null
|
||||||
streamSegmentType: StreamSegmentTypeEnum = null
|
streamSegmentType: StreamSegmentTypeEnum = null
|
||||||
private: Boolean = null
|
|
||||||
endStream: Boolean! = false
|
endStream: Boolean! = false
|
||||||
clientUploadStatus: ClientUploadStatusEnum = null
|
|
||||||
resolution: VideoResolution = null
|
resolution: VideoResolution = null
|
||||||
framesPerSecond: Float = null
|
framesPerSecond: Float = null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input UploadStreamMetadataInput {
|
||||||
|
deviceType: DeviceTypeEnum = null
|
||||||
|
osVersion: String = null
|
||||||
|
appVersion: String = null
|
||||||
|
browserName: String = null
|
||||||
|
browserVersion: String = null
|
||||||
|
locale: String = null
|
||||||
|
timezone: String = null
|
||||||
|
networkType: String = null
|
||||||
|
ipAddress: String = null
|
||||||
|
}
|
||||||
|
|
||||||
|
enum DeviceTypeEnum {
|
||||||
|
IOS
|
||||||
|
ANDROID
|
||||||
|
BROWSER
|
||||||
|
}
|
||||||
|
|
||||||
input VideoResolution {
|
input VideoResolution {
|
||||||
width: Int!
|
width: Int!
|
||||||
height: Int!
|
height: Int!
|
||||||
|
18
yarn.lock
18
yarn.lock
@ -10,10 +10,10 @@
|
|||||||
"@jridgewell/gen-mapping" "^0.3.0"
|
"@jridgewell/gen-mapping" "^0.3.0"
|
||||||
"@jridgewell/trace-mapping" "^0.3.9"
|
"@jridgewell/trace-mapping" "^0.3.9"
|
||||||
|
|
||||||
"@apollo/client@^3.11.10":
|
"@apollo/client@^3.9.2":
|
||||||
version "3.12.3"
|
version "3.9.2"
|
||||||
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.12.3.tgz#0d252749baad8328e06883fe118dc7e73e3bbb1f"
|
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.9.2.tgz#96edf2c212f828bad1ef3d84234fa473c5a27ff8"
|
||||||
integrity sha512-KZ5zymRdb8bMbGUb1wP2U04ff7qIGgaC1BCdCVC+IPFiXkxEhHBc5fDEQOwAUT+vUo9KbBh3g7QK/JCOswn59w==
|
integrity sha512-Zw9WvXjqhpbgkvAvnj52vstOWwM0iedKWtn1hSq1cODQyoe1CF2uFwMYFI7l56BrAY9CzLi6MQA0AhxpgJgvxw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@graphql-typed-document-node/core" "^3.1.1"
|
"@graphql-typed-document-node/core" "^3.1.1"
|
||||||
"@wry/caches" "^1.0.0"
|
"@wry/caches" "^1.0.0"
|
||||||
@ -23,7 +23,7 @@
|
|||||||
hoist-non-react-statics "^3.3.2"
|
hoist-non-react-statics "^3.3.2"
|
||||||
optimism "^0.18.0"
|
optimism "^0.18.0"
|
||||||
prop-types "^15.7.2"
|
prop-types "^15.7.2"
|
||||||
rehackt "^0.1.0"
|
rehackt "0.0.3"
|
||||||
response-iterator "^0.2.6"
|
response-iterator "^0.2.6"
|
||||||
symbol-observable "^4.0.0"
|
symbol-observable "^4.0.0"
|
||||||
ts-invariant "^0.10.3"
|
ts-invariant "^0.10.3"
|
||||||
@ -2633,10 +2633,10 @@ regenerator-runtime@^0.14.0:
|
|||||||
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
|
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
|
||||||
integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==
|
integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==
|
||||||
|
|
||||||
rehackt@^0.1.0:
|
rehackt@0.0.3:
|
||||||
version "0.1.0"
|
version "0.0.3"
|
||||||
resolved "https://registry.yarnpkg.com/rehackt/-/rehackt-0.1.0.tgz#a7c5e289c87345f70da8728a7eb878e5d03c696b"
|
resolved "https://registry.yarnpkg.com/rehackt/-/rehackt-0.0.3.tgz#1ea454620d4641db8342e2db44595cf0e7ac6aa0"
|
||||||
integrity sha512-7kRDOuLHB87D/JESKxQoRwv4DzbIdwkAGQ7p6QKGdVlY1IZheUnVhlk/4UZlNUVxdAXpyxikE3URsG067ybVzw==
|
integrity sha512-aBRHudKhOWwsTvCbSoinzq+Lej/7R8e8UoPvLZo5HirZIIBLGAgdG7SL9QpdcBoQ7+3QYPi3lRLknAzXBlhZ7g==
|
||||||
|
|
||||||
relay-runtime@12.0.0:
|
relay-runtime@12.0.0:
|
||||||
version "12.0.0"
|
version "12.0.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user