feat: graphql client with fetches for initial pages
This commit is contained in:
6
types/requests/hero.ts
Normal file
6
types/requests/hero.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { Image } from "../image"
|
||||
import type { Edges } from "./utils/edges"
|
||||
|
||||
export type Hero = {
|
||||
imagesConnection: Edges<Image>
|
||||
}
|
||||
Reference in New Issue
Block a user