INPUT_OBJECT
GetReportParamsInput
link GraphQL Schema definition
- input GetReportParamsInput {
- # Search by the opportunity's cause 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.
- String] : [
- # Get connections within this date range. The format is "yyyy-mm-dd to yyyy-mm-dd"
- String! :
- # Free-form location text, i.e., location: "san francisco", or location: "94111"
- String :
- # The number of search results per page. Default max is 20 unless your account
- # allows more than the default
- Int :
- # Search Connections by an opportunity ID
- Int :
- # Organization ID to search by
- Int :
- # The page number of the search result
- Int :
- # The supported search radius values are: a number(in miles), city,
- # subregion(county), msa, region(state), country
- String :
- Int :
- }