# http://localhost:808
query {
me {
id
full_name
}
customers {
email
payments {
customer_id
amount
billing_details
# http://localhost:8080/
products(id: $PRODUCT_ID) {
name
image