feat: graphql client with fetches for initial pages
This commit is contained in:
17
lib/graphql/Fragments/Hero.graphql
Normal file
17
lib/graphql/Fragments/Hero.graphql
Normal file
@@ -0,0 +1,17 @@
|
||||
#import "./PageLinks.graphql"
|
||||
|
||||
fragment Hero on Hero {
|
||||
imagesConnection {
|
||||
totalCount
|
||||
edges {
|
||||
node {
|
||||
dimension {
|
||||
height
|
||||
width
|
||||
}
|
||||
title
|
||||
url
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user