@cooperco/cooper-component-library 0.1.97 → 0.1.99

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.
@@ -9,8 +9,10 @@ export const getPage = gql `
9
9
  pageModulesCollection(limit: 50) {
10
10
  items {
11
11
  __typename
12
- sys {
13
- id
12
+ ... on Entry {
13
+ sys {
14
+ id
15
+ }
14
16
  }
15
17
  }
16
18
  }
@@ -11,8 +11,10 @@ export const getPage: DocumentNode = gql`
11
11
  pageModulesCollection(limit: 50) {
12
12
  items {
13
13
  __typename
14
- sys {
15
- id
14
+ ... on Entry {
15
+ sys {
16
+ id
17
+ }
16
18
  }
17
19
  }
18
20
  }
@@ -11,8 +11,10 @@ export const getPage: DocumentNode = gql`
11
11
  pageModulesCollection(limit: 50) {
12
12
  items {
13
13
  __typename
14
- sys {
15
- id
14
+ ... on Entry {
15
+ sys {
16
+ id
17
+ }
16
18
  }
17
19
  }
18
20
  }
@@ -11,8 +11,10 @@ export const getPage: DocumentNode = gql`
11
11
  pageModulesCollection(limit: 50) {
12
12
  items {
13
13
  __typename
14
- sys {
15
- id
14
+ ... on Entry {
15
+ sys {
16
+ id
17
+ }
16
18
  }
17
19
  }
18
20
  }