INTERFACE
BitsOffer
BitsOffer is a way to obtain more bits.
link GraphQL Schema definition
1 interface BitsOffer { 2 3 # bits is the number of bits this offer grants. 4 : Int! 5 6 : ID! 7 8 # type is the kind of offer object. 9 : BitsOfferType! 10 11 }