Files
web/lib/graphql/Fragments/Contact.graphql
2024-02-07 11:58:54 +01:00

17 lines
190 B
GraphQL

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