Files
web/lib/graphql/Fragments/Contact.graphql
T

17 lines
190 B
GraphQL

fragment Contact on ContactBlock {
mailing_address {
city
country
name
street
zip
}
phone
title
visiting_address {
city
country
street
zip
}
}