OBJECT

CapacityContribution

Description

Represents a single capacity contribution.

link GraphQL Schema definition

  • type CapacityContribution {
  • # The product that is making this contribution.
  • product: Product!
  • # The number of bytes this product has contributed.
  • registeredCapacityBytes: Float!
  • }