Skip to main content

ShardConfig

All users and organizations are associated with a particular shard. This shard is both used for scalability, and it also defines underlying config values, like the Brand and BankPartner, associated with each shard.

type ShardConfig {
bank: BankPartner!
brand: ID!
id: ID!
partner: ID!
}

Fields

ShardConfig.bank ● BankPartner! non-null enum

ShardConfig.brand ● ID! non-null scalar

ShardConfig.id ● ID! non-null scalar

ShardConfig.partner ● ID! non-null scalar

The partner short code to which this shard belongs