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