E.g in [joystream/query-node/schemas/bounty.graphql:131](https://github.com/Joystream/joystream:/blob/5fbe3b7bbb531cabb9f54480dd5092f19bb272e8/query-node/schemas/bounty.graphql#L131) ```gql type BountyEntryStatusWinner @variant { reward: BigInt! } ``` Generate: ```gql type BountyEntryStatusWinner { reward: Float! } ```