Skip to content

Commit 86ee6e3

Browse files
authored
Merge pull request #1282 from CruGlobal/8502-address-primary-filter
[MPDX-8502] Add addressPrimary filter to ReportContactFilterSetInput
2 parents af3ead7 + 0e7b633 commit 86ee6e3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

pages/api/Schema/reports/partnerGivingAnalysis/partnerGivingAnalysis.graphql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ input ReportContactFilterSetInput {
7676
"""
7777
addressLatLng: String
7878

79+
"""
80+
Filter by Primary Address; Accepts values 'true', or 'false'
81+
"""
82+
addressPrimary: Boolean
83+
7984
"""
8085
Filter where address value is false; accepts "false"
8186
"""

pages/api/graphql-rest.page.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,7 @@ class MpdxRestApi extends RESTDataSource {
538538
switch (key) {
539539
// Boolean
540540
case 'addressHistoric':
541+
case 'addressPrimary':
541542
case 'addressValid':
542543
case 'anyTags':
543544
case 'noAppeals':

0 commit comments

Comments
 (0)