ConsoleCustomerAggregate
No description
type ConsoleCustomerAggregate {
count: BigInt!
createdAtDay: Date!
hasActiveProject: [UUID]!
}
Fields
ConsoleCustomerAggregate.count ● BigInt! non-null scalar
ConsoleCustomerAggregate.createdAtDay ● Date! non-null scalar
ConsoleCustomerAggregate.hasActiveProject ● [UUID]! non-null scalar
Member Of
ConsoleCustomersSearchResult object