Function getAccountTimeSeriesStatsType
 
- getAccountTimeSeriesStatsType(customTimeSeriesTypesMap?: Record<string, GraphQLObjectType<any, any>>, customStatsType?: GraphQLObjectType<any, any>): { 
 AccountStatsList: GraphQLList<GraphQLType>;
 AccountTimeSeriesStatsList: GraphQLList<GraphQLType>;
 types: GraphQLNamedType[];
 }
- 
Parameters
- 
OptionalcustomTimeSeriesTypesMap: Record<string, GraphQLObjectType<any, any>>
- 
OptionalcustomStatsType: GraphQLObjectType<any, any>
 
 Returns { 
 AccountStatsList: GraphQLList<GraphQLType>;
 AccountTimeSeriesStatsList: GraphQLList<GraphQLType>;
 types: GraphQLNamedType[];
 }
- 
AccountStatsList: GraphQLList<GraphQLType>
- 
AccountTimeSeriesStatsList: GraphQLList<GraphQLType>
- 
types: GraphQLNamedType[]