ModeType

Mode to select which kind of stats do you want query

GraphQL schema definition

  • enum ModeType{
  • BUYER,
  • SELLER,
  • }

Required by

  • StatsFilterInput: Filters needed to do a search. Users (List of users), Suppliers (List of suppliers), ServiceApis (List of service apis), From (Start date of search - YYYY-MM-DD HH:mm:ss), To (End date of search - YYYY-MM-DD HH:mm:ss)