• 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[]

Generated using TypeDoc