mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 01:05:58 +02:00
Fix spotlight queries
This commit is contained in:
Vendored
+1
-1
@@ -2973,7 +2973,7 @@ export type Unnamed_1_QueryVariables = {};
|
|||||||
|
|
||||||
export type Unnamed_1_Query = (
|
export type Unnamed_1_Query = (
|
||||||
{ __typename?: 'Query' }
|
{ __typename?: 'Query' }
|
||||||
& { archives: (
|
& { spotlights: (
|
||||||
{ __typename?: 'FileConnection' }
|
{ __typename?: 'FileConnection' }
|
||||||
& { edges: Array<(
|
& { edges: Array<(
|
||||||
{ __typename?: 'FileEdge' }
|
{ __typename?: 'FileEdge' }
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ import * as SC from "./styles"
|
|||||||
|
|
||||||
const ALL_ARCHIVES = graphql`
|
const ALL_ARCHIVES = graphql`
|
||||||
query {
|
query {
|
||||||
archives: allFile(
|
spotlights: allFile(
|
||||||
filter: { sourceInstanceName: { eq: "spotlights" } }
|
filter: { sourceInstanceName: { eq: "spotlights" } }
|
||||||
) {
|
) {
|
||||||
edges {
|
edges {
|
||||||
|
|||||||
Reference in New Issue
Block a user