INPUT_OBJECT

GetReportParamsInput

link GraphQL Schema definition

  • input GetReportParamsInput {
  • # Search by the opportunity's cause categories
  • categories: [Category]
  • # An array of container names. This is used to limit the search to opportunities
  • # that are for the organizations in the given containers. Contact VolunteerMatch
  • # for valid container names.
  • containers: [String]
  • # Get connections within this date range. The format is "yyyy-mm-dd to yyyy-mm-dd"
  • dateRange: String!
  • # Free-form location text, i.e., location: "san francisco", or location: "94111"
  • location: String
  • # The number of search results per page. Default max is 20 unless your account
  • # allows more than the default
  • numberOfResults: Int
  • # Search Connections by an opportunity ID
  • oppId: Int
  • # Organization ID to search by
  • orgId: Int
  • # The page number of the search result
  • pageNumber: Int
  • # The supported search radius values are: a number(in miles), city,
  • # subregion(county), msa, region(state), country
  • radius: String
  • tierConnectionLimit: Int
  • }