StoresStatistics
No description
type StoresStatistics implements Node {
id: ID!
totalCreatedStores(
date: DateFilterInput
): CreatedStores
pendingPayoutsRequests: Int!
pendingInstaPayRequests: Int!
}
No description
type StoresStatistics implements Node {
id: ID!
totalCreatedStores(
date: DateFilterInput
): CreatedStores
pendingPayoutsRequests: Int!
pendingInstaPayRequests: Int!
}
StoresStatistics.id ● ID! non-null scalarStoresStatistics.totalCreatedStores ● CreatedStores objectStoresStatistics.totalCreatedStores.date ● DateFilterInput inputStoresStatistics.pendingPayoutsRequests ● Int! non-null scalarStoresStatistics.pendingInstaPayRequests ● Int! non-null scalarNode interface