Skip to content

Commit

Permalink
Added new animals to collection
Browse files Browse the repository at this point in the history
  • Loading branch information
CodastickFantastic committed Jun 15, 2024
1 parent 21887c3 commit 8d03afd
Showing 1 changed file with 54 additions and 1 deletion.
55 changes: 54 additions & 1 deletion app/graphql/storefrontClient/HomeAnimalsCollection.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ query CollectionsToShowOnHome {
value
}
}
dali_gator: collection(handle: "dali-gator") {
id
title
Expand Down Expand Up @@ -89,4 +88,58 @@ query CollectionsToShowOnHome {
value
}
}
grill_master: collection(handle: "grill-master") {
id
title
handle
image{
altText
url
}
likes: metafield(key: "likes", namespace: "custom"){
id
value
}
available: metafield(key: "available", namespace: "custom"){
id
value
}
}
miau_kun: collection(handle: "miau-kun") {
id
title
handle
image{
altText
url
}
likes: metafield(key: "likes", namespace: "custom"){
id
value
}
available: metafield(key: "available", namespace: "custom"){
id
value
}
}
biznesowy_szop: collection(handle: "biznesowy-szop") {
id
title
handle
image{
altText
url
}
likes: metafield(key: "likes", namespace: "custom"){
id
value
}
available: metafield(key: "available", namespace: "custom"){
id
value
}
}
}`

0 comments on commit 8d03afd

Please sign in to comment.