Fix session variable bug
This commit is contained in:
@ -1,17 +1,5 @@
|
||||
# http://localhost:8080/
|
||||
|
||||
query {
|
||||
customers {
|
||||
id
|
||||
email
|
||||
payments {
|
||||
customer_id
|
||||
amount
|
||||
billing_details
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
query {
|
||||
products(id: $PRODUCT_ID) {
|
||||
name
|
||||
@ -59,6 +47,15 @@ mutation {
|
||||
}
|
||||
}
|
||||
|
||||
variables {}
|
||||
|
||||
{
|
||||
me {
|
||||
id
|
||||
email
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
variables {
|
||||
"update": {
|
||||
@ -83,3 +80,17 @@ query {
|
||||
}
|
||||
}
|
||||
|
||||
variables {}
|
||||
|
||||
query {
|
||||
customers {
|
||||
id
|
||||
email
|
||||
payments {
|
||||
customer_id
|
||||
amount
|
||||
billing_details
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user