From 4090677775293a1933e5f17dff50e4ec93390484 Mon Sep 17 00:00:00 2001 From: John Ferlito Date: Mon, 24 Jun 2024 19:04:46 +1000 Subject: [PATCH] Fix essence size type in vgraphql --- nabu.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nabu.graphql b/nabu.graphql index 25264117..b9247f22 100644 --- a/nabu.graphql +++ b/nabu.graphql @@ -117,7 +117,7 @@ input EssenceAttributes { fps: Int mimetype: String! samplerate: Int - size: Int! + size: BigInt! } """