@medplum/fhir-router 2.0.9 → 2.0.11

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.
@@ -13780,7 +13780,7 @@ spurious results.`);
13780
13780
  /** The key path to get to this node from the root node. */
13781
13781
  path) {
13782
13782
  const depth = getDepth(path);
13783
- const maxDepth = 8;
13783
+ const maxDepth = 12;
13784
13784
  if (depth > maxDepth) {
13785
13785
  const fieldName = node.name.value;
13786
13786
  context.reportError(new GraphQLError(`Field "${fieldName}" exceeds max depth (depth=${depth}, max=${maxDepth})`, {