forked from DebaucheryLibrarian/traxxx
Removed affiliate table in favor of direct campaign URLs.
This commit is contained in:
@@ -63,6 +63,7 @@ function initEntitiesActions(store, router) {
|
||||
priority
|
||||
independent
|
||||
hasLogo
|
||||
${campaignsFragment}
|
||||
}
|
||||
}
|
||||
${campaignsFragment}
|
||||
|
||||
@@ -98,26 +98,32 @@ const actorFields = `
|
||||
|
||||
const campaignsFragment = `
|
||||
campaigns(filter: {
|
||||
banner: {
|
||||
bannersTagsConnection: {
|
||||
none: {
|
||||
tag: {
|
||||
slug: {
|
||||
in: $exclude
|
||||
or: [
|
||||
{
|
||||
banner: {
|
||||
bannersTagsConnection: {
|
||||
none: {
|
||||
tag: {
|
||||
slug: {
|
||||
in: $exclude
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
{
|
||||
bannerExists: false
|
||||
}
|
||||
]
|
||||
}) {
|
||||
affiliate {
|
||||
id
|
||||
url
|
||||
}
|
||||
id
|
||||
url
|
||||
banner {
|
||||
id
|
||||
width
|
||||
height
|
||||
ratio
|
||||
entity {
|
||||
id
|
||||
type
|
||||
|
||||
@@ -120,6 +120,7 @@ function initTagsActions(store, _router) {
|
||||
id
|
||||
width
|
||||
height
|
||||
ratio
|
||||
entity {
|
||||
id
|
||||
type
|
||||
@@ -135,10 +136,8 @@ function initTagsActions(store, _router) {
|
||||
}
|
||||
}
|
||||
campaigns {
|
||||
affiliate {
|
||||
id
|
||||
url
|
||||
}
|
||||
id
|
||||
url
|
||||
entity {
|
||||
id
|
||||
type
|
||||
|
||||
Reference in New Issue
Block a user