ynput / ayon-python-api

Apache License 2.0
9 stars 3 forks source link

Expect representation file size as string #111

Closed iLLiCiTiT closed 9 months ago

iLLiCiTiT commented 9 months ago

Description

We'll need to use string for file size of representation because GraphQl supports only 32-bit int.

Additional information

The size is always converted to int > it is not necessary to handle server versions, if it was already int nothing really happens.