feat: graphql client with fetches for initial pages
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export type Image = {
|
||||
dimension: {
|
||||
height: number
|
||||
width: number
|
||||
}
|
||||
title: string
|
||||
url: string
|
||||
}
|
||||
Reference in New Issue
Block a user