You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported in Joystream/joystream#4503, gql variant fields defined as BigInt are being converted to Float in output schema, which results in type inconsistency & probably also in precision loss for the apps
Context
As reported in Joystream/joystream#4503, gql variant fields defined as
BigIntare being converted toFloatin output schema, which results in type inconsistency & probably also in precision loss for the apps