Skip to content

Commit

Permalink
chore: update metaphysics graphql schema (#10845)
Browse files Browse the repository at this point in the history
  • Loading branch information
artsyit authored Sep 26, 2024
1 parent 83ee174 commit f147875
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions data/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -10867,7 +10867,7 @@ type HomeViewSectionActivity implements HomeViewSectionGeneric & Node {
component: HomeViewComponent

# [Analytics] `context module` analytics value for this section, as defined in our schema (artsy/cohesion)
contextModule: String!
contextModule: String

# A globally unique ID.
id: ID!
Expand All @@ -10893,7 +10893,7 @@ type HomeViewSectionArticles implements HomeViewSectionGeneric & Node {
component: HomeViewComponent

# [Analytics] `context module` analytics value for this section, as defined in our schema (artsy/cohesion)
contextModule: String!
contextModule: String

# A globally unique ID.
id: ID!
Expand All @@ -10913,7 +10913,7 @@ type HomeViewSectionArtists implements HomeViewSectionGeneric & Node {
component: HomeViewComponent

# [Analytics] `context module` analytics value for this section, as defined in our schema (artsy/cohesion)
contextModule: String!
contextModule: String

# A globally unique ID.
id: ID!
Expand All @@ -10933,7 +10933,7 @@ type HomeViewSectionArtworks implements HomeViewSectionGeneric & Node {
component: HomeViewComponent

# [Analytics] `context module` analytics value for this section, as defined in our schema (artsy/cohesion)
contextModule: String!
contextModule: String

# A globally unique ID.
id: ID!
Expand All @@ -10958,7 +10958,7 @@ type HomeViewSectionAuctionResults implements HomeViewSectionGeneric & Node {
component: HomeViewComponent

# [Analytics] `context module` analytics value for this section, as defined in our schema (artsy/cohesion)
contextModule: String!
contextModule: String

# A globally unique ID.
id: ID!
Expand All @@ -10976,7 +10976,7 @@ type HomeViewSectionFairs implements HomeViewSectionGeneric & Node {
component: HomeViewComponent

# [Analytics] `context module` analytics value for this section, as defined in our schema (artsy/cohesion)
contextModule: String!
contextModule: String
fairsConnection(after: String, before: String, first: Int, last: Int): FairConnection

# A globally unique ID.
Expand All @@ -10995,7 +10995,7 @@ type HomeViewSectionGalleries implements HomeViewSectionGeneric & Node {
component: HomeViewComponent

# [Analytics] `context module` analytics value for this section, as defined in our schema (artsy/cohesion)
contextModule: String!
contextModule: String

# A globally unique ID.
id: ID!
Expand All @@ -11013,7 +11013,7 @@ interface HomeViewSectionGeneric {
component: HomeViewComponent

# [Analytics] `context module` analytics value for this section, as defined in our schema (artsy/cohesion)
contextModule: String!
contextModule: String

# A globally unique ID.
id: ID!
Expand Down Expand Up @@ -11051,7 +11051,7 @@ type HomeViewSectionHeroUnits implements HomeViewSectionGeneric & Node {
component: HomeViewComponent

# [Analytics] `context module` analytics value for this section, as defined in our schema (artsy/cohesion)
contextModule: String!
contextModule: String
heroUnitsConnection(after: String, before: String, first: Int, last: Int): HeroUnitConnection

# A globally unique ID.
Expand All @@ -11070,7 +11070,7 @@ type HomeViewSectionMarketingCollections implements HomeViewSectionGeneric & Nod
component: HomeViewComponent

# [Analytics] `context module` analytics value for this section, as defined in our schema (artsy/cohesion)
contextModule: String!
contextModule: String

# A globally unique ID.
id: ID!
Expand All @@ -11094,7 +11094,7 @@ type HomeViewSectionSales implements HomeViewSectionGeneric & Node {
component: HomeViewComponent

# [Analytics] `context module` analytics value for this section, as defined in our schema (artsy/cohesion)
contextModule: String!
contextModule: String

# A globally unique ID.
id: ID!
Expand All @@ -11113,7 +11113,7 @@ type HomeViewSectionShows implements HomeViewSectionGeneric & Node {
component: HomeViewComponent

# [Analytics] `context module` analytics value for this section, as defined in our schema (artsy/cohesion)
contextModule: String!
contextModule: String

# A globally unique ID.
id: ID!
Expand All @@ -11131,7 +11131,7 @@ type HomeViewSectionViewingRooms implements HomeViewSectionGeneric & Node {
component: HomeViewComponent

# [Analytics] `context module` analytics value for this section, as defined in our schema (artsy/cohesion)
contextModule: String!
contextModule: String

# A globally unique ID.
id: ID!
Expand Down

0 comments on commit f147875

Please sign in to comment.