Added rudimentary affiliate banner setup. Separated login and signup disable. Added various tag photos.

This commit is contained in:
DebaucheryLibrarian
2021-06-28 00:05:24 +02:00
parent d1480da076
commit eb7009832a
61 changed files with 548 additions and 17 deletions

View File

@@ -103,6 +103,57 @@ function initTagsActions(store, _router) {
}
}
}
banners: bannersTags(filter: {
banner: {
bannersTagsConnection: {
none: {
tag: {
slug: {
in: $exclude
}
}
}
}
}
}) {
banner {
id
width
height
entity {
id
type
name
slug
independent
parent {
id
type
name
slug
independent
}
}
campaigns {
affiliate {
id
url
}
entity {
id
type
name
slug
parent {
id
type
name
slug
}
}
}
}
}
scenesConnection(
filter: {
date: {