chore(maintenance): dep update + url update
This commit is contained in:
parent
18aa35b2bd
commit
9823706462
7 changed files with 2331 additions and 46 deletions
|
@ -1,6 +1,15 @@
|
|||
query gifts($sort: [String!]) {
|
||||
gifts(filter: { status: { _eq: "published" } }, sort: $sort) {
|
||||
gifts(
|
||||
filter: {
|
||||
_and: [
|
||||
{ status: { _eq: "published" } }
|
||||
{ user_created: { _eq: "b6ea47ff-718b-4d3f-a712-0623a7cb51b7" } }
|
||||
]
|
||||
}
|
||||
sort: $sort
|
||||
) {
|
||||
status
|
||||
user_created
|
||||
id
|
||||
name
|
||||
url
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue