@memberjunction/graphql-dataprovider 0.9.169 → 0.9.170

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -429,7 +429,7 @@ class GraphQLDataProvider extends core_1.ProviderBase {
429
429
  EntityName
430
430
  RelatedEntityName
431
431
  FieldName
432
- RecordID
432
+ PrimaryKeyValue
433
433
  }
434
434
  }`;
435
435
  // now we have our query built, execute it
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/graphql-dataprovider",
3
- "version": "0.9.169",
3
+ "version": "0.9.170",
4
4
  "description": "MemberJunction: GraphQL Client Data Provider",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",