Removed affiliate table in favor of direct campaign URLs.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user