chore(maintenance): dep update + url update

This commit is contained in:
nico 2025-07-02 10:05:18 +02:00
parent 18aa35b2bd
commit 9823706462
Signed by: Nicolas
SSH key fingerprint: SHA256:ELi8eDeNLl5PTn64G+o2Kx5+XVDfHF5um2tZigfwWkM
7 changed files with 2331 additions and 46 deletions

View file

@ -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

View file

@ -1,5 +1,5 @@
query getHomepage {
homepage {
homepage: homepage_by_id(id: 1) {
date_updated
content
illustration {