Rename archive components

This commit is contained in:
Mark
2021-10-24 17:22:23 +01:00
parent 89fa0fd4a9
commit f252e81de2
9 changed files with 25 additions and 25 deletions
+3 -3
View File
@@ -32,7 +32,7 @@ export interface IFileResourceQuery {
}
}
export interface IFileArchiveQuery {
export interface IFileSpotlightQuery {
node: {
relativePath: string
}
@@ -50,9 +50,9 @@ export interface IAllResourcesQuery extends IAllFilesQuery {
}
}
export interface IAllArchivesQuery extends IAllFilesQuery {
export interface IAllSpotlightsQuery extends IAllFilesQuery {
allFile: {
edges: IFileArchiveQuery[]
edges: IFileSpotlightQuery[]
}
}