Skip to main content

StoresStatistics

No description

type StoresStatistics implements Node {
id: ID!
totalCreatedStores(
date: DateFilterInput
): CreatedStores
pendingPayoutsRequests: Int!
pendingInstaPayRequests: Int!
}

Fields

StoresStatistics.id ● ID! non-null scalar

StoresStatistics.totalCreatedStores ● CreatedStores object

StoresStatistics.totalCreatedStores.date ● DateFilterInput input

StoresStatistics.pendingPayoutsRequests ● Int! non-null scalar

StoresStatistics.pendingInstaPayRequests ● Int! non-null scalar

Interfaces

Node interface