feat: graphql client with fetches for initial pages
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
fragment Contact on ContactBlock {
|
||||
mailing_address {
|
||||
city
|
||||
country
|
||||
name
|
||||
street
|
||||
zip
|
||||
}
|
||||
phone
|
||||
title
|
||||
visiting_address {
|
||||
city
|
||||
country
|
||||
street
|
||||
zip
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user