Skip to content

Commit

Permalink
Fix essence size type in vgraphql
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Jun 24, 2024
1 parent c78cc53 commit 4090677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nabu.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ input EssenceAttributes {
fps: Int
mimetype: String!
samplerate: Int
size: Int!
size: BigInt!
}

"""
Expand Down

0 comments on commit 4090677

Please sign in to comment.