@promoboxx/graphql-gateway-types 1.662.0 → 1.663.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/graphql.schema.json +2994 -214
- package/index.d.ts +323 -0
- package/package.json +1 -1
- package/schema.graphql +259 -0
package/graphql.schema.json
CHANGED
|
@@ -27836,6 +27836,2548 @@
|
|
|
27836
27836
|
"enumValues": null,
|
|
27837
27837
|
"possibleTypes": null
|
|
27838
27838
|
},
|
|
27839
|
+
{
|
|
27840
|
+
"kind": "OBJECT",
|
|
27841
|
+
"name": "FBAdSvcAd",
|
|
27842
|
+
"description": null,
|
|
27843
|
+
"fields": [
|
|
27844
|
+
{
|
|
27845
|
+
"name": "adCreativeTemplateID",
|
|
27846
|
+
"description": null,
|
|
27847
|
+
"args": [],
|
|
27848
|
+
"type": {
|
|
27849
|
+
"kind": "NON_NULL",
|
|
27850
|
+
"name": null,
|
|
27851
|
+
"ofType": {
|
|
27852
|
+
"kind": "SCALAR",
|
|
27853
|
+
"name": "String",
|
|
27854
|
+
"ofType": null
|
|
27855
|
+
}
|
|
27856
|
+
},
|
|
27857
|
+
"isDeprecated": false,
|
|
27858
|
+
"deprecationReason": null
|
|
27859
|
+
},
|
|
27860
|
+
{
|
|
27861
|
+
"name": "adSetTemplateID",
|
|
27862
|
+
"description": null,
|
|
27863
|
+
"args": [],
|
|
27864
|
+
"type": {
|
|
27865
|
+
"kind": "NON_NULL",
|
|
27866
|
+
"name": null,
|
|
27867
|
+
"ofType": {
|
|
27868
|
+
"kind": "SCALAR",
|
|
27869
|
+
"name": "String",
|
|
27870
|
+
"ofType": null
|
|
27871
|
+
}
|
|
27872
|
+
},
|
|
27873
|
+
"isDeprecated": false,
|
|
27874
|
+
"deprecationReason": null
|
|
27875
|
+
},
|
|
27876
|
+
{
|
|
27877
|
+
"name": "id",
|
|
27878
|
+
"description": null,
|
|
27879
|
+
"args": [],
|
|
27880
|
+
"type": {
|
|
27881
|
+
"kind": "NON_NULL",
|
|
27882
|
+
"name": null,
|
|
27883
|
+
"ofType": {
|
|
27884
|
+
"kind": "SCALAR",
|
|
27885
|
+
"name": "ID",
|
|
27886
|
+
"ofType": null
|
|
27887
|
+
}
|
|
27888
|
+
},
|
|
27889
|
+
"isDeprecated": false,
|
|
27890
|
+
"deprecationReason": null
|
|
27891
|
+
}
|
|
27892
|
+
],
|
|
27893
|
+
"inputFields": null,
|
|
27894
|
+
"interfaces": [],
|
|
27895
|
+
"enumValues": null,
|
|
27896
|
+
"possibleTypes": null
|
|
27897
|
+
},
|
|
27898
|
+
{
|
|
27899
|
+
"kind": "OBJECT",
|
|
27900
|
+
"name": "FBAdSvcAdCreative",
|
|
27901
|
+
"description": null,
|
|
27902
|
+
"fields": [
|
|
27903
|
+
{
|
|
27904
|
+
"name": "callToAction",
|
|
27905
|
+
"description": null,
|
|
27906
|
+
"args": [],
|
|
27907
|
+
"type": {
|
|
27908
|
+
"kind": "OBJECT",
|
|
27909
|
+
"name": "FBAdSvcCallToActionTemplate",
|
|
27910
|
+
"ofType": null
|
|
27911
|
+
},
|
|
27912
|
+
"isDeprecated": false,
|
|
27913
|
+
"deprecationReason": null
|
|
27914
|
+
},
|
|
27915
|
+
{
|
|
27916
|
+
"name": "childAttachments",
|
|
27917
|
+
"description": null,
|
|
27918
|
+
"args": [],
|
|
27919
|
+
"type": {
|
|
27920
|
+
"kind": "LIST",
|
|
27921
|
+
"name": null,
|
|
27922
|
+
"ofType": {
|
|
27923
|
+
"kind": "NON_NULL",
|
|
27924
|
+
"name": null,
|
|
27925
|
+
"ofType": {
|
|
27926
|
+
"kind": "OBJECT",
|
|
27927
|
+
"name": "FBAdSvcChildAttachment",
|
|
27928
|
+
"ofType": null
|
|
27929
|
+
}
|
|
27930
|
+
}
|
|
27931
|
+
},
|
|
27932
|
+
"isDeprecated": false,
|
|
27933
|
+
"deprecationReason": null
|
|
27934
|
+
},
|
|
27935
|
+
{
|
|
27936
|
+
"name": "description",
|
|
27937
|
+
"description": null,
|
|
27938
|
+
"args": [],
|
|
27939
|
+
"type": {
|
|
27940
|
+
"kind": "NON_NULL",
|
|
27941
|
+
"name": null,
|
|
27942
|
+
"ofType": {
|
|
27943
|
+
"kind": "SCALAR",
|
|
27944
|
+
"name": "String",
|
|
27945
|
+
"ofType": null
|
|
27946
|
+
}
|
|
27947
|
+
},
|
|
27948
|
+
"isDeprecated": false,
|
|
27949
|
+
"deprecationReason": null
|
|
27950
|
+
},
|
|
27951
|
+
{
|
|
27952
|
+
"name": "link",
|
|
27953
|
+
"description": null,
|
|
27954
|
+
"args": [],
|
|
27955
|
+
"type": {
|
|
27956
|
+
"kind": "NON_NULL",
|
|
27957
|
+
"name": null,
|
|
27958
|
+
"ofType": {
|
|
27959
|
+
"kind": "OBJECT",
|
|
27960
|
+
"name": "FBAdSvcLink",
|
|
27961
|
+
"ofType": null
|
|
27962
|
+
}
|
|
27963
|
+
},
|
|
27964
|
+
"isDeprecated": false,
|
|
27965
|
+
"deprecationReason": null
|
|
27966
|
+
},
|
|
27967
|
+
{
|
|
27968
|
+
"name": "media",
|
|
27969
|
+
"description": null,
|
|
27970
|
+
"args": [],
|
|
27971
|
+
"type": {
|
|
27972
|
+
"kind": "NON_NULL",
|
|
27973
|
+
"name": null,
|
|
27974
|
+
"ofType": {
|
|
27975
|
+
"kind": "OBJECT",
|
|
27976
|
+
"name": "FBAdSvcMedia",
|
|
27977
|
+
"ofType": null
|
|
27978
|
+
}
|
|
27979
|
+
},
|
|
27980
|
+
"isDeprecated": false,
|
|
27981
|
+
"deprecationReason": null
|
|
27982
|
+
},
|
|
27983
|
+
{
|
|
27984
|
+
"name": "message",
|
|
27985
|
+
"description": null,
|
|
27986
|
+
"args": [],
|
|
27987
|
+
"type": {
|
|
27988
|
+
"kind": "NON_NULL",
|
|
27989
|
+
"name": null,
|
|
27990
|
+
"ofType": {
|
|
27991
|
+
"kind": "SCALAR",
|
|
27992
|
+
"name": "String",
|
|
27993
|
+
"ofType": null
|
|
27994
|
+
}
|
|
27995
|
+
},
|
|
27996
|
+
"isDeprecated": false,
|
|
27997
|
+
"deprecationReason": null
|
|
27998
|
+
},
|
|
27999
|
+
{
|
|
28000
|
+
"name": "multiShareEndCard",
|
|
28001
|
+
"description": null,
|
|
28002
|
+
"args": [],
|
|
28003
|
+
"type": {
|
|
28004
|
+
"kind": "SCALAR",
|
|
28005
|
+
"name": "Boolean",
|
|
28006
|
+
"ofType": null
|
|
28007
|
+
},
|
|
28008
|
+
"isDeprecated": false,
|
|
28009
|
+
"deprecationReason": null
|
|
28010
|
+
},
|
|
28011
|
+
{
|
|
28012
|
+
"name": "multiShareOptimized",
|
|
28013
|
+
"description": null,
|
|
28014
|
+
"args": [],
|
|
28015
|
+
"type": {
|
|
28016
|
+
"kind": "SCALAR",
|
|
28017
|
+
"name": "Boolean",
|
|
28018
|
+
"ofType": null
|
|
28019
|
+
},
|
|
28020
|
+
"isDeprecated": false,
|
|
28021
|
+
"deprecationReason": null
|
|
28022
|
+
},
|
|
28023
|
+
{
|
|
28024
|
+
"name": "name",
|
|
28025
|
+
"description": null,
|
|
28026
|
+
"args": [],
|
|
28027
|
+
"type": {
|
|
28028
|
+
"kind": "NON_NULL",
|
|
28029
|
+
"name": null,
|
|
28030
|
+
"ofType": {
|
|
28031
|
+
"kind": "SCALAR",
|
|
28032
|
+
"name": "String",
|
|
28033
|
+
"ofType": null
|
|
28034
|
+
}
|
|
28035
|
+
},
|
|
28036
|
+
"isDeprecated": false,
|
|
28037
|
+
"deprecationReason": null
|
|
28038
|
+
}
|
|
28039
|
+
],
|
|
28040
|
+
"inputFields": null,
|
|
28041
|
+
"interfaces": [],
|
|
28042
|
+
"enumValues": null,
|
|
28043
|
+
"possibleTypes": null
|
|
28044
|
+
},
|
|
28045
|
+
{
|
|
28046
|
+
"kind": "OBJECT",
|
|
28047
|
+
"name": "FBAdSvcAdCreativeTemplate",
|
|
28048
|
+
"description": null,
|
|
28049
|
+
"fields": [
|
|
28050
|
+
{
|
|
28051
|
+
"name": "allowCallToActionOverride",
|
|
28052
|
+
"description": null,
|
|
28053
|
+
"args": [],
|
|
28054
|
+
"type": {
|
|
28055
|
+
"kind": "SCALAR",
|
|
28056
|
+
"name": "Boolean",
|
|
28057
|
+
"ofType": null
|
|
28058
|
+
},
|
|
28059
|
+
"isDeprecated": false,
|
|
28060
|
+
"deprecationReason": null
|
|
28061
|
+
},
|
|
28062
|
+
{
|
|
28063
|
+
"name": "allowURLOverride",
|
|
28064
|
+
"description": null,
|
|
28065
|
+
"args": [],
|
|
28066
|
+
"type": {
|
|
28067
|
+
"kind": "SCALAR",
|
|
28068
|
+
"name": "Boolean",
|
|
28069
|
+
"ofType": null
|
|
28070
|
+
},
|
|
28071
|
+
"isDeprecated": false,
|
|
28072
|
+
"deprecationReason": null
|
|
28073
|
+
},
|
|
28074
|
+
{
|
|
28075
|
+
"name": "brandID",
|
|
28076
|
+
"description": null,
|
|
28077
|
+
"args": [],
|
|
28078
|
+
"type": {
|
|
28079
|
+
"kind": "SCALAR",
|
|
28080
|
+
"name": "Int",
|
|
28081
|
+
"ofType": null
|
|
28082
|
+
},
|
|
28083
|
+
"isDeprecated": false,
|
|
28084
|
+
"deprecationReason": null
|
|
28085
|
+
},
|
|
28086
|
+
{
|
|
28087
|
+
"name": "createdAt",
|
|
28088
|
+
"description": null,
|
|
28089
|
+
"args": [],
|
|
28090
|
+
"type": {
|
|
28091
|
+
"kind": "NON_NULL",
|
|
28092
|
+
"name": null,
|
|
28093
|
+
"ofType": {
|
|
28094
|
+
"kind": "SCALAR",
|
|
28095
|
+
"name": "String",
|
|
28096
|
+
"ofType": null
|
|
28097
|
+
}
|
|
28098
|
+
},
|
|
28099
|
+
"isDeprecated": false,
|
|
28100
|
+
"deprecationReason": null
|
|
28101
|
+
},
|
|
28102
|
+
{
|
|
28103
|
+
"name": "creative",
|
|
28104
|
+
"description": null,
|
|
28105
|
+
"args": [],
|
|
28106
|
+
"type": {
|
|
28107
|
+
"kind": "OBJECT",
|
|
28108
|
+
"name": "FBAdSvcAdCreative",
|
|
28109
|
+
"ofType": null
|
|
28110
|
+
},
|
|
28111
|
+
"isDeprecated": false,
|
|
28112
|
+
"deprecationReason": null
|
|
28113
|
+
},
|
|
28114
|
+
{
|
|
28115
|
+
"name": "creativeType",
|
|
28116
|
+
"description": null,
|
|
28117
|
+
"args": [],
|
|
28118
|
+
"type": {
|
|
28119
|
+
"kind": "SCALAR",
|
|
28120
|
+
"name": "String",
|
|
28121
|
+
"ofType": null
|
|
28122
|
+
},
|
|
28123
|
+
"isDeprecated": false,
|
|
28124
|
+
"deprecationReason": null
|
|
28125
|
+
},
|
|
28126
|
+
{
|
|
28127
|
+
"name": "id",
|
|
28128
|
+
"description": null,
|
|
28129
|
+
"args": [],
|
|
28130
|
+
"type": {
|
|
28131
|
+
"kind": "NON_NULL",
|
|
28132
|
+
"name": null,
|
|
28133
|
+
"ofType": {
|
|
28134
|
+
"kind": "SCALAR",
|
|
28135
|
+
"name": "ID",
|
|
28136
|
+
"ofType": null
|
|
28137
|
+
}
|
|
28138
|
+
},
|
|
28139
|
+
"isDeprecated": false,
|
|
28140
|
+
"deprecationReason": null
|
|
28141
|
+
},
|
|
28142
|
+
{
|
|
28143
|
+
"name": "updatedAt",
|
|
28144
|
+
"description": null,
|
|
28145
|
+
"args": [],
|
|
28146
|
+
"type": {
|
|
28147
|
+
"kind": "NON_NULL",
|
|
28148
|
+
"name": null,
|
|
28149
|
+
"ofType": {
|
|
28150
|
+
"kind": "SCALAR",
|
|
28151
|
+
"name": "String",
|
|
28152
|
+
"ofType": null
|
|
28153
|
+
}
|
|
28154
|
+
},
|
|
28155
|
+
"isDeprecated": false,
|
|
28156
|
+
"deprecationReason": null
|
|
28157
|
+
}
|
|
28158
|
+
],
|
|
28159
|
+
"inputFields": null,
|
|
28160
|
+
"interfaces": [],
|
|
28161
|
+
"enumValues": null,
|
|
28162
|
+
"possibleTypes": null
|
|
28163
|
+
},
|
|
28164
|
+
{
|
|
28165
|
+
"kind": "OBJECT",
|
|
28166
|
+
"name": "FBAdSvcAdCreativeTemplateCustomization",
|
|
28167
|
+
"description": null,
|
|
28168
|
+
"fields": [
|
|
28169
|
+
{
|
|
28170
|
+
"name": "adCreativeTemplateID",
|
|
28171
|
+
"description": null,
|
|
28172
|
+
"args": [],
|
|
28173
|
+
"type": {
|
|
28174
|
+
"kind": "NON_NULL",
|
|
28175
|
+
"name": null,
|
|
28176
|
+
"ofType": {
|
|
28177
|
+
"kind": "SCALAR",
|
|
28178
|
+
"name": "String",
|
|
28179
|
+
"ofType": null
|
|
28180
|
+
}
|
|
28181
|
+
},
|
|
28182
|
+
"isDeprecated": false,
|
|
28183
|
+
"deprecationReason": null
|
|
28184
|
+
},
|
|
28185
|
+
{
|
|
28186
|
+
"name": "callToActionOverride",
|
|
28187
|
+
"description": null,
|
|
28188
|
+
"args": [],
|
|
28189
|
+
"type": {
|
|
28190
|
+
"kind": "SCALAR",
|
|
28191
|
+
"name": "String",
|
|
28192
|
+
"ofType": null
|
|
28193
|
+
},
|
|
28194
|
+
"isDeprecated": false,
|
|
28195
|
+
"deprecationReason": null
|
|
28196
|
+
},
|
|
28197
|
+
{
|
|
28198
|
+
"name": "childAttachments",
|
|
28199
|
+
"description": null,
|
|
28200
|
+
"args": [],
|
|
28201
|
+
"type": {
|
|
28202
|
+
"kind": "NON_NULL",
|
|
28203
|
+
"name": null,
|
|
28204
|
+
"ofType": {
|
|
28205
|
+
"kind": "LIST",
|
|
28206
|
+
"name": null,
|
|
28207
|
+
"ofType": {
|
|
28208
|
+
"kind": "NON_NULL",
|
|
28209
|
+
"name": null,
|
|
28210
|
+
"ofType": {
|
|
28211
|
+
"kind": "OBJECT",
|
|
28212
|
+
"name": "FBAdSvcFBAdSvcChildAttachmentCustomization",
|
|
28213
|
+
"ofType": null
|
|
28214
|
+
}
|
|
28215
|
+
}
|
|
28216
|
+
}
|
|
28217
|
+
},
|
|
28218
|
+
"isDeprecated": false,
|
|
28219
|
+
"deprecationReason": null
|
|
28220
|
+
},
|
|
28221
|
+
{
|
|
28222
|
+
"name": "urlOverride",
|
|
28223
|
+
"description": null,
|
|
28224
|
+
"args": [],
|
|
28225
|
+
"type": {
|
|
28226
|
+
"kind": "SCALAR",
|
|
28227
|
+
"name": "String",
|
|
28228
|
+
"ofType": null
|
|
28229
|
+
},
|
|
28230
|
+
"isDeprecated": false,
|
|
28231
|
+
"deprecationReason": null
|
|
28232
|
+
}
|
|
28233
|
+
],
|
|
28234
|
+
"inputFields": null,
|
|
28235
|
+
"interfaces": [],
|
|
28236
|
+
"enumValues": null,
|
|
28237
|
+
"possibleTypes": null
|
|
28238
|
+
},
|
|
28239
|
+
{
|
|
28240
|
+
"kind": "OBJECT",
|
|
28241
|
+
"name": "FBAdSvcAdSetTemplate",
|
|
28242
|
+
"description": null,
|
|
28243
|
+
"fields": [
|
|
28244
|
+
{
|
|
28245
|
+
"name": "channelCampaignID",
|
|
28246
|
+
"description": null,
|
|
28247
|
+
"args": [],
|
|
28248
|
+
"type": {
|
|
28249
|
+
"kind": "NON_NULL",
|
|
28250
|
+
"name": null,
|
|
28251
|
+
"ofType": {
|
|
28252
|
+
"kind": "SCALAR",
|
|
28253
|
+
"name": "String",
|
|
28254
|
+
"ofType": null
|
|
28255
|
+
}
|
|
28256
|
+
},
|
|
28257
|
+
"isDeprecated": false,
|
|
28258
|
+
"deprecationReason": null
|
|
28259
|
+
},
|
|
28260
|
+
{
|
|
28261
|
+
"name": "createdAt",
|
|
28262
|
+
"description": null,
|
|
28263
|
+
"args": [],
|
|
28264
|
+
"type": {
|
|
28265
|
+
"kind": "NON_NULL",
|
|
28266
|
+
"name": null,
|
|
28267
|
+
"ofType": {
|
|
28268
|
+
"kind": "SCALAR",
|
|
28269
|
+
"name": "String",
|
|
28270
|
+
"ofType": null
|
|
28271
|
+
}
|
|
28272
|
+
},
|
|
28273
|
+
"isDeprecated": false,
|
|
28274
|
+
"deprecationReason": null
|
|
28275
|
+
},
|
|
28276
|
+
{
|
|
28277
|
+
"name": "id",
|
|
28278
|
+
"description": null,
|
|
28279
|
+
"args": [],
|
|
28280
|
+
"type": {
|
|
28281
|
+
"kind": "NON_NULL",
|
|
28282
|
+
"name": null,
|
|
28283
|
+
"ofType": {
|
|
28284
|
+
"kind": "SCALAR",
|
|
28285
|
+
"name": "ID",
|
|
28286
|
+
"ofType": null
|
|
28287
|
+
}
|
|
28288
|
+
},
|
|
28289
|
+
"isDeprecated": false,
|
|
28290
|
+
"deprecationReason": null
|
|
28291
|
+
},
|
|
28292
|
+
{
|
|
28293
|
+
"name": "optimizationGoal",
|
|
28294
|
+
"description": null,
|
|
28295
|
+
"args": [],
|
|
28296
|
+
"type": {
|
|
28297
|
+
"kind": "NON_NULL",
|
|
28298
|
+
"name": null,
|
|
28299
|
+
"ofType": {
|
|
28300
|
+
"kind": "SCALAR",
|
|
28301
|
+
"name": "String",
|
|
28302
|
+
"ofType": null
|
|
28303
|
+
}
|
|
28304
|
+
},
|
|
28305
|
+
"isDeprecated": false,
|
|
28306
|
+
"deprecationReason": null
|
|
28307
|
+
},
|
|
28308
|
+
{
|
|
28309
|
+
"name": "targeting",
|
|
28310
|
+
"description": null,
|
|
28311
|
+
"args": [],
|
|
28312
|
+
"type": {
|
|
28313
|
+
"kind": "NON_NULL",
|
|
28314
|
+
"name": null,
|
|
28315
|
+
"ofType": {
|
|
28316
|
+
"kind": "OBJECT",
|
|
28317
|
+
"name": "FBAdSvcTargeting",
|
|
28318
|
+
"ofType": null
|
|
28319
|
+
}
|
|
28320
|
+
},
|
|
28321
|
+
"isDeprecated": false,
|
|
28322
|
+
"deprecationReason": null
|
|
28323
|
+
},
|
|
28324
|
+
{
|
|
28325
|
+
"name": "updatedAt",
|
|
28326
|
+
"description": null,
|
|
28327
|
+
"args": [],
|
|
28328
|
+
"type": {
|
|
28329
|
+
"kind": "NON_NULL",
|
|
28330
|
+
"name": null,
|
|
28331
|
+
"ofType": {
|
|
28332
|
+
"kind": "SCALAR",
|
|
28333
|
+
"name": "String",
|
|
28334
|
+
"ofType": null
|
|
28335
|
+
}
|
|
28336
|
+
},
|
|
28337
|
+
"isDeprecated": false,
|
|
28338
|
+
"deprecationReason": null
|
|
28339
|
+
}
|
|
28340
|
+
],
|
|
28341
|
+
"inputFields": null,
|
|
28342
|
+
"interfaces": [],
|
|
28343
|
+
"enumValues": null,
|
|
28344
|
+
"possibleTypes": null
|
|
28345
|
+
},
|
|
28346
|
+
{
|
|
28347
|
+
"kind": "INPUT_OBJECT",
|
|
28348
|
+
"name": "FBAdSvcAdSetTemplateCreateInput",
|
|
28349
|
+
"description": null,
|
|
28350
|
+
"fields": null,
|
|
28351
|
+
"inputFields": [
|
|
28352
|
+
{
|
|
28353
|
+
"name": "brandID",
|
|
28354
|
+
"description": null,
|
|
28355
|
+
"type": {
|
|
28356
|
+
"kind": "NON_NULL",
|
|
28357
|
+
"name": null,
|
|
28358
|
+
"ofType": {
|
|
28359
|
+
"kind": "SCALAR",
|
|
28360
|
+
"name": "ID",
|
|
28361
|
+
"ofType": null
|
|
28362
|
+
}
|
|
28363
|
+
},
|
|
28364
|
+
"defaultValue": null,
|
|
28365
|
+
"isDeprecated": false,
|
|
28366
|
+
"deprecationReason": null
|
|
28367
|
+
},
|
|
28368
|
+
{
|
|
28369
|
+
"name": "channelCampaignID",
|
|
28370
|
+
"description": null,
|
|
28371
|
+
"type": {
|
|
28372
|
+
"kind": "SCALAR",
|
|
28373
|
+
"name": "String",
|
|
28374
|
+
"ofType": null
|
|
28375
|
+
},
|
|
28376
|
+
"defaultValue": null,
|
|
28377
|
+
"isDeprecated": false,
|
|
28378
|
+
"deprecationReason": null
|
|
28379
|
+
},
|
|
28380
|
+
{
|
|
28381
|
+
"name": "optimizationGoal",
|
|
28382
|
+
"description": null,
|
|
28383
|
+
"type": {
|
|
28384
|
+
"kind": "SCALAR",
|
|
28385
|
+
"name": "String",
|
|
28386
|
+
"ofType": null
|
|
28387
|
+
},
|
|
28388
|
+
"defaultValue": null,
|
|
28389
|
+
"isDeprecated": false,
|
|
28390
|
+
"deprecationReason": null
|
|
28391
|
+
},
|
|
28392
|
+
{
|
|
28393
|
+
"name": "targeting",
|
|
28394
|
+
"description": null,
|
|
28395
|
+
"type": {
|
|
28396
|
+
"kind": "NON_NULL",
|
|
28397
|
+
"name": null,
|
|
28398
|
+
"ofType": {
|
|
28399
|
+
"kind": "INPUT_OBJECT",
|
|
28400
|
+
"name": "FBAdSvcTargetingInput",
|
|
28401
|
+
"ofType": null
|
|
28402
|
+
}
|
|
28403
|
+
},
|
|
28404
|
+
"defaultValue": null,
|
|
28405
|
+
"isDeprecated": false,
|
|
28406
|
+
"deprecationReason": null
|
|
28407
|
+
}
|
|
28408
|
+
],
|
|
28409
|
+
"interfaces": null,
|
|
28410
|
+
"enumValues": null,
|
|
28411
|
+
"possibleTypes": null
|
|
28412
|
+
},
|
|
28413
|
+
{
|
|
28414
|
+
"kind": "INPUT_OBJECT",
|
|
28415
|
+
"name": "FBAdSvcAdSetTemplateUpdateInput",
|
|
28416
|
+
"description": null,
|
|
28417
|
+
"fields": null,
|
|
28418
|
+
"inputFields": [
|
|
28419
|
+
{
|
|
28420
|
+
"name": "optimizationGoal",
|
|
28421
|
+
"description": null,
|
|
28422
|
+
"type": {
|
|
28423
|
+
"kind": "SCALAR",
|
|
28424
|
+
"name": "String",
|
|
28425
|
+
"ofType": null
|
|
28426
|
+
},
|
|
28427
|
+
"defaultValue": null,
|
|
28428
|
+
"isDeprecated": false,
|
|
28429
|
+
"deprecationReason": null
|
|
28430
|
+
},
|
|
28431
|
+
{
|
|
28432
|
+
"name": "targeting",
|
|
28433
|
+
"description": null,
|
|
28434
|
+
"type": {
|
|
28435
|
+
"kind": "NON_NULL",
|
|
28436
|
+
"name": null,
|
|
28437
|
+
"ofType": {
|
|
28438
|
+
"kind": "INPUT_OBJECT",
|
|
28439
|
+
"name": "FBAdSvcTargetingInput",
|
|
28440
|
+
"ofType": null
|
|
28441
|
+
}
|
|
28442
|
+
},
|
|
28443
|
+
"defaultValue": null,
|
|
28444
|
+
"isDeprecated": false,
|
|
28445
|
+
"deprecationReason": null
|
|
28446
|
+
}
|
|
28447
|
+
],
|
|
28448
|
+
"interfaces": null,
|
|
28449
|
+
"enumValues": null,
|
|
28450
|
+
"possibleTypes": null
|
|
28451
|
+
},
|
|
28452
|
+
{
|
|
28453
|
+
"kind": "OBJECT",
|
|
28454
|
+
"name": "FBAdSvcCallToActionTemplate",
|
|
28455
|
+
"description": null,
|
|
28456
|
+
"fields": [
|
|
28457
|
+
{
|
|
28458
|
+
"name": "ctaType",
|
|
28459
|
+
"description": null,
|
|
28460
|
+
"args": [],
|
|
28461
|
+
"type": {
|
|
28462
|
+
"kind": "NON_NULL",
|
|
28463
|
+
"name": null,
|
|
28464
|
+
"ofType": {
|
|
28465
|
+
"kind": "SCALAR",
|
|
28466
|
+
"name": "String",
|
|
28467
|
+
"ofType": null
|
|
28468
|
+
}
|
|
28469
|
+
},
|
|
28470
|
+
"isDeprecated": false,
|
|
28471
|
+
"deprecationReason": null
|
|
28472
|
+
},
|
|
28473
|
+
{
|
|
28474
|
+
"name": "link",
|
|
28475
|
+
"description": null,
|
|
28476
|
+
"args": [],
|
|
28477
|
+
"type": {
|
|
28478
|
+
"kind": "NON_NULL",
|
|
28479
|
+
"name": null,
|
|
28480
|
+
"ofType": {
|
|
28481
|
+
"kind": "OBJECT",
|
|
28482
|
+
"name": "FBAdSvcLink",
|
|
28483
|
+
"ofType": null
|
|
28484
|
+
}
|
|
28485
|
+
},
|
|
28486
|
+
"isDeprecated": false,
|
|
28487
|
+
"deprecationReason": null
|
|
28488
|
+
}
|
|
28489
|
+
],
|
|
28490
|
+
"inputFields": null,
|
|
28491
|
+
"interfaces": [],
|
|
28492
|
+
"enumValues": null,
|
|
28493
|
+
"possibleTypes": null
|
|
28494
|
+
},
|
|
28495
|
+
{
|
|
28496
|
+
"kind": "OBJECT",
|
|
28497
|
+
"name": "FBAdSvcChannelCampaign",
|
|
28498
|
+
"description": null,
|
|
28499
|
+
"fields": [
|
|
28500
|
+
{
|
|
28501
|
+
"name": "adAccountID",
|
|
28502
|
+
"description": null,
|
|
28503
|
+
"args": [],
|
|
28504
|
+
"type": {
|
|
28505
|
+
"kind": "SCALAR",
|
|
28506
|
+
"name": "String",
|
|
28507
|
+
"ofType": null
|
|
28508
|
+
},
|
|
28509
|
+
"isDeprecated": false,
|
|
28510
|
+
"deprecationReason": null
|
|
28511
|
+
},
|
|
28512
|
+
{
|
|
28513
|
+
"name": "adCreativeTemplates",
|
|
28514
|
+
"description": null,
|
|
28515
|
+
"args": [],
|
|
28516
|
+
"type": {
|
|
28517
|
+
"kind": "LIST",
|
|
28518
|
+
"name": null,
|
|
28519
|
+
"ofType": {
|
|
28520
|
+
"kind": "NON_NULL",
|
|
28521
|
+
"name": null,
|
|
28522
|
+
"ofType": {
|
|
28523
|
+
"kind": "OBJECT",
|
|
28524
|
+
"name": "FBAdSvcAdCreativeTemplate",
|
|
28525
|
+
"ofType": null
|
|
28526
|
+
}
|
|
28527
|
+
}
|
|
28528
|
+
},
|
|
28529
|
+
"isDeprecated": false,
|
|
28530
|
+
"deprecationReason": null
|
|
28531
|
+
},
|
|
28532
|
+
{
|
|
28533
|
+
"name": "adSetTemplates",
|
|
28534
|
+
"description": null,
|
|
28535
|
+
"args": [],
|
|
28536
|
+
"type": {
|
|
28537
|
+
"kind": "LIST",
|
|
28538
|
+
"name": null,
|
|
28539
|
+
"ofType": {
|
|
28540
|
+
"kind": "NON_NULL",
|
|
28541
|
+
"name": null,
|
|
28542
|
+
"ofType": {
|
|
28543
|
+
"kind": "OBJECT",
|
|
28544
|
+
"name": "FBAdSvcAdSetTemplate",
|
|
28545
|
+
"ofType": null
|
|
28546
|
+
}
|
|
28547
|
+
}
|
|
28548
|
+
},
|
|
28549
|
+
"isDeprecated": false,
|
|
28550
|
+
"deprecationReason": null
|
|
28551
|
+
},
|
|
28552
|
+
{
|
|
28553
|
+
"name": "ads",
|
|
28554
|
+
"description": null,
|
|
28555
|
+
"args": [],
|
|
28556
|
+
"type": {
|
|
28557
|
+
"kind": "NON_NULL",
|
|
28558
|
+
"name": null,
|
|
28559
|
+
"ofType": {
|
|
28560
|
+
"kind": "LIST",
|
|
28561
|
+
"name": null,
|
|
28562
|
+
"ofType": {
|
|
28563
|
+
"kind": "NON_NULL",
|
|
28564
|
+
"name": null,
|
|
28565
|
+
"ofType": {
|
|
28566
|
+
"kind": "OBJECT",
|
|
28567
|
+
"name": "FBAdSvcAd",
|
|
28568
|
+
"ofType": null
|
|
28569
|
+
}
|
|
28570
|
+
}
|
|
28571
|
+
}
|
|
28572
|
+
},
|
|
28573
|
+
"isDeprecated": false,
|
|
28574
|
+
"deprecationReason": null
|
|
28575
|
+
},
|
|
28576
|
+
{
|
|
28577
|
+
"name": "brandID",
|
|
28578
|
+
"description": null,
|
|
28579
|
+
"args": [],
|
|
28580
|
+
"type": {
|
|
28581
|
+
"kind": "NON_NULL",
|
|
28582
|
+
"name": null,
|
|
28583
|
+
"ofType": {
|
|
28584
|
+
"kind": "SCALAR",
|
|
28585
|
+
"name": "Int",
|
|
28586
|
+
"ofType": null
|
|
28587
|
+
}
|
|
28588
|
+
},
|
|
28589
|
+
"isDeprecated": false,
|
|
28590
|
+
"deprecationReason": null
|
|
28591
|
+
},
|
|
28592
|
+
{
|
|
28593
|
+
"name": "campaignChannelId",
|
|
28594
|
+
"description": null,
|
|
28595
|
+
"args": [],
|
|
28596
|
+
"type": {
|
|
28597
|
+
"kind": "NON_NULL",
|
|
28598
|
+
"name": null,
|
|
28599
|
+
"ofType": {
|
|
28600
|
+
"kind": "SCALAR",
|
|
28601
|
+
"name": "ID",
|
|
28602
|
+
"ofType": null
|
|
28603
|
+
}
|
|
28604
|
+
},
|
|
28605
|
+
"isDeprecated": false,
|
|
28606
|
+
"deprecationReason": null
|
|
28607
|
+
},
|
|
28608
|
+
{
|
|
28609
|
+
"name": "createdAt",
|
|
28610
|
+
"description": null,
|
|
28611
|
+
"args": [],
|
|
28612
|
+
"type": {
|
|
28613
|
+
"kind": "NON_NULL",
|
|
28614
|
+
"name": null,
|
|
28615
|
+
"ofType": {
|
|
28616
|
+
"kind": "SCALAR",
|
|
28617
|
+
"name": "String",
|
|
28618
|
+
"ofType": null
|
|
28619
|
+
}
|
|
28620
|
+
},
|
|
28621
|
+
"isDeprecated": false,
|
|
28622
|
+
"deprecationReason": null
|
|
28623
|
+
},
|
|
28624
|
+
{
|
|
28625
|
+
"name": "endsAt",
|
|
28626
|
+
"description": null,
|
|
28627
|
+
"args": [],
|
|
28628
|
+
"type": {
|
|
28629
|
+
"kind": "NON_NULL",
|
|
28630
|
+
"name": null,
|
|
28631
|
+
"ofType": {
|
|
28632
|
+
"kind": "SCALAR",
|
|
28633
|
+
"name": "String",
|
|
28634
|
+
"ofType": null
|
|
28635
|
+
}
|
|
28636
|
+
},
|
|
28637
|
+
"isDeprecated": false,
|
|
28638
|
+
"deprecationReason": null
|
|
28639
|
+
},
|
|
28640
|
+
{
|
|
28641
|
+
"name": "id",
|
|
28642
|
+
"description": null,
|
|
28643
|
+
"args": [],
|
|
28644
|
+
"type": {
|
|
28645
|
+
"kind": "NON_NULL",
|
|
28646
|
+
"name": null,
|
|
28647
|
+
"ofType": {
|
|
28648
|
+
"kind": "SCALAR",
|
|
28649
|
+
"name": "ID",
|
|
28650
|
+
"ofType": null
|
|
28651
|
+
}
|
|
28652
|
+
},
|
|
28653
|
+
"isDeprecated": false,
|
|
28654
|
+
"deprecationReason": null
|
|
28655
|
+
},
|
|
28656
|
+
{
|
|
28657
|
+
"name": "objective",
|
|
28658
|
+
"description": null,
|
|
28659
|
+
"args": [],
|
|
28660
|
+
"type": {
|
|
28661
|
+
"kind": "NON_NULL",
|
|
28662
|
+
"name": null,
|
|
28663
|
+
"ofType": {
|
|
28664
|
+
"kind": "SCALAR",
|
|
28665
|
+
"name": "String",
|
|
28666
|
+
"ofType": null
|
|
28667
|
+
}
|
|
28668
|
+
},
|
|
28669
|
+
"isDeprecated": false,
|
|
28670
|
+
"deprecationReason": null
|
|
28671
|
+
},
|
|
28672
|
+
{
|
|
28673
|
+
"name": "specialAdCategories",
|
|
28674
|
+
"description": null,
|
|
28675
|
+
"args": [],
|
|
28676
|
+
"type": {
|
|
28677
|
+
"kind": "NON_NULL",
|
|
28678
|
+
"name": null,
|
|
28679
|
+
"ofType": {
|
|
28680
|
+
"kind": "LIST",
|
|
28681
|
+
"name": null,
|
|
28682
|
+
"ofType": {
|
|
28683
|
+
"kind": "NON_NULL",
|
|
28684
|
+
"name": null,
|
|
28685
|
+
"ofType": {
|
|
28686
|
+
"kind": "SCALAR",
|
|
28687
|
+
"name": "String",
|
|
28688
|
+
"ofType": null
|
|
28689
|
+
}
|
|
28690
|
+
}
|
|
28691
|
+
}
|
|
28692
|
+
},
|
|
28693
|
+
"isDeprecated": false,
|
|
28694
|
+
"deprecationReason": null
|
|
28695
|
+
},
|
|
28696
|
+
{
|
|
28697
|
+
"name": "startsAt",
|
|
28698
|
+
"description": null,
|
|
28699
|
+
"args": [],
|
|
28700
|
+
"type": {
|
|
28701
|
+
"kind": "NON_NULL",
|
|
28702
|
+
"name": null,
|
|
28703
|
+
"ofType": {
|
|
28704
|
+
"kind": "SCALAR",
|
|
28705
|
+
"name": "String",
|
|
28706
|
+
"ofType": null
|
|
28707
|
+
}
|
|
28708
|
+
},
|
|
28709
|
+
"isDeprecated": false,
|
|
28710
|
+
"deprecationReason": null
|
|
28711
|
+
},
|
|
28712
|
+
{
|
|
28713
|
+
"name": "state",
|
|
28714
|
+
"description": null,
|
|
28715
|
+
"args": [],
|
|
28716
|
+
"type": {
|
|
28717
|
+
"kind": "NON_NULL",
|
|
28718
|
+
"name": null,
|
|
28719
|
+
"ofType": {
|
|
28720
|
+
"kind": "SCALAR",
|
|
28721
|
+
"name": "String",
|
|
28722
|
+
"ofType": null
|
|
28723
|
+
}
|
|
28724
|
+
},
|
|
28725
|
+
"isDeprecated": false,
|
|
28726
|
+
"deprecationReason": null
|
|
28727
|
+
}
|
|
28728
|
+
],
|
|
28729
|
+
"inputFields": null,
|
|
28730
|
+
"interfaces": [],
|
|
28731
|
+
"enumValues": null,
|
|
28732
|
+
"possibleTypes": null
|
|
28733
|
+
},
|
|
28734
|
+
{
|
|
28735
|
+
"kind": "OBJECT",
|
|
28736
|
+
"name": "FBAdSvcChildAttachment",
|
|
28737
|
+
"description": null,
|
|
28738
|
+
"fields": [
|
|
28739
|
+
{
|
|
28740
|
+
"name": "callToAction",
|
|
28741
|
+
"description": null,
|
|
28742
|
+
"args": [],
|
|
28743
|
+
"type": {
|
|
28744
|
+
"kind": "OBJECT",
|
|
28745
|
+
"name": "FBAdSvcCallToActionTemplate",
|
|
28746
|
+
"ofType": null
|
|
28747
|
+
},
|
|
28748
|
+
"isDeprecated": false,
|
|
28749
|
+
"deprecationReason": null
|
|
28750
|
+
},
|
|
28751
|
+
{
|
|
28752
|
+
"name": "description",
|
|
28753
|
+
"description": null,
|
|
28754
|
+
"args": [],
|
|
28755
|
+
"type": {
|
|
28756
|
+
"kind": "NON_NULL",
|
|
28757
|
+
"name": null,
|
|
28758
|
+
"ofType": {
|
|
28759
|
+
"kind": "SCALAR",
|
|
28760
|
+
"name": "String",
|
|
28761
|
+
"ofType": null
|
|
28762
|
+
}
|
|
28763
|
+
},
|
|
28764
|
+
"isDeprecated": false,
|
|
28765
|
+
"deprecationReason": null
|
|
28766
|
+
},
|
|
28767
|
+
{
|
|
28768
|
+
"name": "id",
|
|
28769
|
+
"description": null,
|
|
28770
|
+
"args": [],
|
|
28771
|
+
"type": {
|
|
28772
|
+
"kind": "NON_NULL",
|
|
28773
|
+
"name": null,
|
|
28774
|
+
"ofType": {
|
|
28775
|
+
"kind": "SCALAR",
|
|
28776
|
+
"name": "ID",
|
|
28777
|
+
"ofType": null
|
|
28778
|
+
}
|
|
28779
|
+
},
|
|
28780
|
+
"isDeprecated": false,
|
|
28781
|
+
"deprecationReason": null
|
|
28782
|
+
},
|
|
28783
|
+
{
|
|
28784
|
+
"name": "link",
|
|
28785
|
+
"description": null,
|
|
28786
|
+
"args": [],
|
|
28787
|
+
"type": {
|
|
28788
|
+
"kind": "NON_NULL",
|
|
28789
|
+
"name": null,
|
|
28790
|
+
"ofType": {
|
|
28791
|
+
"kind": "OBJECT",
|
|
28792
|
+
"name": "FBAdSvcLink",
|
|
28793
|
+
"ofType": null
|
|
28794
|
+
}
|
|
28795
|
+
},
|
|
28796
|
+
"isDeprecated": false,
|
|
28797
|
+
"deprecationReason": null
|
|
28798
|
+
},
|
|
28799
|
+
{
|
|
28800
|
+
"name": "media",
|
|
28801
|
+
"description": null,
|
|
28802
|
+
"args": [],
|
|
28803
|
+
"type": {
|
|
28804
|
+
"kind": "NON_NULL",
|
|
28805
|
+
"name": null,
|
|
28806
|
+
"ofType": {
|
|
28807
|
+
"kind": "OBJECT",
|
|
28808
|
+
"name": "FBAdSvcMedia",
|
|
28809
|
+
"ofType": null
|
|
28810
|
+
}
|
|
28811
|
+
},
|
|
28812
|
+
"isDeprecated": false,
|
|
28813
|
+
"deprecationReason": null
|
|
28814
|
+
},
|
|
28815
|
+
{
|
|
28816
|
+
"name": "name",
|
|
28817
|
+
"description": null,
|
|
28818
|
+
"args": [],
|
|
28819
|
+
"type": {
|
|
28820
|
+
"kind": "NON_NULL",
|
|
28821
|
+
"name": null,
|
|
28822
|
+
"ofType": {
|
|
28823
|
+
"kind": "SCALAR",
|
|
28824
|
+
"name": "String",
|
|
28825
|
+
"ofType": null
|
|
28826
|
+
}
|
|
28827
|
+
},
|
|
28828
|
+
"isDeprecated": false,
|
|
28829
|
+
"deprecationReason": null
|
|
28830
|
+
}
|
|
28831
|
+
],
|
|
28832
|
+
"inputFields": null,
|
|
28833
|
+
"interfaces": [],
|
|
28834
|
+
"enumValues": null,
|
|
28835
|
+
"possibleTypes": null
|
|
28836
|
+
},
|
|
28837
|
+
{
|
|
28838
|
+
"kind": "OBJECT",
|
|
28839
|
+
"name": "FBAdSvcCustomLocation",
|
|
28840
|
+
"description": null,
|
|
28841
|
+
"fields": [
|
|
28842
|
+
{
|
|
28843
|
+
"name": "latitude",
|
|
28844
|
+
"description": null,
|
|
28845
|
+
"args": [],
|
|
28846
|
+
"type": {
|
|
28847
|
+
"kind": "NON_NULL",
|
|
28848
|
+
"name": null,
|
|
28849
|
+
"ofType": {
|
|
28850
|
+
"kind": "SCALAR",
|
|
28851
|
+
"name": "Float",
|
|
28852
|
+
"ofType": null
|
|
28853
|
+
}
|
|
28854
|
+
},
|
|
28855
|
+
"isDeprecated": false,
|
|
28856
|
+
"deprecationReason": null
|
|
28857
|
+
},
|
|
28858
|
+
{
|
|
28859
|
+
"name": "longitude",
|
|
28860
|
+
"description": null,
|
|
28861
|
+
"args": [],
|
|
28862
|
+
"type": {
|
|
28863
|
+
"kind": "NON_NULL",
|
|
28864
|
+
"name": null,
|
|
28865
|
+
"ofType": {
|
|
28866
|
+
"kind": "SCALAR",
|
|
28867
|
+
"name": "Float",
|
|
28868
|
+
"ofType": null
|
|
28869
|
+
}
|
|
28870
|
+
},
|
|
28871
|
+
"isDeprecated": false,
|
|
28872
|
+
"deprecationReason": null
|
|
28873
|
+
},
|
|
28874
|
+
{
|
|
28875
|
+
"name": "radius",
|
|
28876
|
+
"description": null,
|
|
28877
|
+
"args": [],
|
|
28878
|
+
"type": {
|
|
28879
|
+
"kind": "NON_NULL",
|
|
28880
|
+
"name": null,
|
|
28881
|
+
"ofType": {
|
|
28882
|
+
"kind": "SCALAR",
|
|
28883
|
+
"name": "Float",
|
|
28884
|
+
"ofType": null
|
|
28885
|
+
}
|
|
28886
|
+
},
|
|
28887
|
+
"isDeprecated": false,
|
|
28888
|
+
"deprecationReason": null
|
|
28889
|
+
}
|
|
28890
|
+
],
|
|
28891
|
+
"inputFields": null,
|
|
28892
|
+
"interfaces": [],
|
|
28893
|
+
"enumValues": null,
|
|
28894
|
+
"possibleTypes": null
|
|
28895
|
+
},
|
|
28896
|
+
{
|
|
28897
|
+
"kind": "OBJECT",
|
|
28898
|
+
"name": "FBAdSvcCustomizations",
|
|
28899
|
+
"description": null,
|
|
28900
|
+
"fields": [
|
|
28901
|
+
{
|
|
28902
|
+
"name": "adCreativeTemplates",
|
|
28903
|
+
"description": null,
|
|
28904
|
+
"args": [],
|
|
28905
|
+
"type": {
|
|
28906
|
+
"kind": "LIST",
|
|
28907
|
+
"name": null,
|
|
28908
|
+
"ofType": {
|
|
28909
|
+
"kind": "NON_NULL",
|
|
28910
|
+
"name": null,
|
|
28911
|
+
"ofType": {
|
|
28912
|
+
"kind": "OBJECT",
|
|
28913
|
+
"name": "FBAdSvcAdCreativeTemplateCustomization",
|
|
28914
|
+
"ofType": null
|
|
28915
|
+
}
|
|
28916
|
+
}
|
|
28917
|
+
},
|
|
28918
|
+
"isDeprecated": false,
|
|
28919
|
+
"deprecationReason": null
|
|
28920
|
+
},
|
|
28921
|
+
{
|
|
28922
|
+
"name": "facebookPageId",
|
|
28923
|
+
"description": null,
|
|
28924
|
+
"args": [],
|
|
28925
|
+
"type": {
|
|
28926
|
+
"kind": "NON_NULL",
|
|
28927
|
+
"name": null,
|
|
28928
|
+
"ofType": {
|
|
28929
|
+
"kind": "SCALAR",
|
|
28930
|
+
"name": "String",
|
|
28931
|
+
"ofType": null
|
|
28932
|
+
}
|
|
28933
|
+
},
|
|
28934
|
+
"isDeprecated": false,
|
|
28935
|
+
"deprecationReason": null
|
|
28936
|
+
},
|
|
28937
|
+
{
|
|
28938
|
+
"name": "geoLocations",
|
|
28939
|
+
"description": null,
|
|
28940
|
+
"args": [],
|
|
28941
|
+
"type": {
|
|
28942
|
+
"kind": "OBJECT",
|
|
28943
|
+
"name": "FBAdSvcGeoLocations",
|
|
28944
|
+
"ofType": null
|
|
28945
|
+
},
|
|
28946
|
+
"isDeprecated": false,
|
|
28947
|
+
"deprecationReason": null
|
|
28948
|
+
}
|
|
28949
|
+
],
|
|
28950
|
+
"inputFields": null,
|
|
28951
|
+
"interfaces": [],
|
|
28952
|
+
"enumValues": null,
|
|
28953
|
+
"possibleTypes": null
|
|
28954
|
+
},
|
|
28955
|
+
{
|
|
28956
|
+
"kind": "OBJECT",
|
|
28957
|
+
"name": "FBAdSvcFBAdSvcChildAttachmentCustomization",
|
|
28958
|
+
"description": null,
|
|
28959
|
+
"fields": [
|
|
28960
|
+
{
|
|
28961
|
+
"name": "callToActionOverride",
|
|
28962
|
+
"description": null,
|
|
28963
|
+
"args": [],
|
|
28964
|
+
"type": {
|
|
28965
|
+
"kind": "SCALAR",
|
|
28966
|
+
"name": "String",
|
|
28967
|
+
"ofType": null
|
|
28968
|
+
},
|
|
28969
|
+
"isDeprecated": false,
|
|
28970
|
+
"deprecationReason": null
|
|
28971
|
+
},
|
|
28972
|
+
{
|
|
28973
|
+
"name": "childAttachmentID",
|
|
28974
|
+
"description": null,
|
|
28975
|
+
"args": [],
|
|
28976
|
+
"type": {
|
|
28977
|
+
"kind": "NON_NULL",
|
|
28978
|
+
"name": null,
|
|
28979
|
+
"ofType": {
|
|
28980
|
+
"kind": "SCALAR",
|
|
28981
|
+
"name": "String",
|
|
28982
|
+
"ofType": null
|
|
28983
|
+
}
|
|
28984
|
+
},
|
|
28985
|
+
"isDeprecated": false,
|
|
28986
|
+
"deprecationReason": null
|
|
28987
|
+
},
|
|
28988
|
+
{
|
|
28989
|
+
"name": "urlOverride",
|
|
28990
|
+
"description": null,
|
|
28991
|
+
"args": [],
|
|
28992
|
+
"type": {
|
|
28993
|
+
"kind": "SCALAR",
|
|
28994
|
+
"name": "String",
|
|
28995
|
+
"ofType": null
|
|
28996
|
+
},
|
|
28997
|
+
"isDeprecated": false,
|
|
28998
|
+
"deprecationReason": null
|
|
28999
|
+
}
|
|
29000
|
+
],
|
|
29001
|
+
"inputFields": null,
|
|
29002
|
+
"interfaces": [],
|
|
29003
|
+
"enumValues": null,
|
|
29004
|
+
"possibleTypes": null
|
|
29005
|
+
},
|
|
29006
|
+
{
|
|
29007
|
+
"kind": "OBJECT",
|
|
29008
|
+
"name": "FBAdSvcFacebookPositions",
|
|
29009
|
+
"description": null,
|
|
29010
|
+
"fields": [
|
|
29011
|
+
{
|
|
29012
|
+
"name": "feed",
|
|
29013
|
+
"description": null,
|
|
29014
|
+
"args": [],
|
|
29015
|
+
"type": {
|
|
29016
|
+
"kind": "NON_NULL",
|
|
29017
|
+
"name": null,
|
|
29018
|
+
"ofType": {
|
|
29019
|
+
"kind": "SCALAR",
|
|
29020
|
+
"name": "Boolean",
|
|
29021
|
+
"ofType": null
|
|
29022
|
+
}
|
|
29023
|
+
},
|
|
29024
|
+
"isDeprecated": false,
|
|
29025
|
+
"deprecationReason": null
|
|
29026
|
+
},
|
|
29027
|
+
{
|
|
29028
|
+
"name": "story",
|
|
29029
|
+
"description": null,
|
|
29030
|
+
"args": [],
|
|
29031
|
+
"type": {
|
|
29032
|
+
"kind": "NON_NULL",
|
|
29033
|
+
"name": null,
|
|
29034
|
+
"ofType": {
|
|
29035
|
+
"kind": "SCALAR",
|
|
29036
|
+
"name": "Boolean",
|
|
29037
|
+
"ofType": null
|
|
29038
|
+
}
|
|
29039
|
+
},
|
|
29040
|
+
"isDeprecated": false,
|
|
29041
|
+
"deprecationReason": null
|
|
29042
|
+
}
|
|
29043
|
+
],
|
|
29044
|
+
"inputFields": null,
|
|
29045
|
+
"interfaces": [],
|
|
29046
|
+
"enumValues": null,
|
|
29047
|
+
"possibleTypes": null
|
|
29048
|
+
},
|
|
29049
|
+
{
|
|
29050
|
+
"kind": "INPUT_OBJECT",
|
|
29051
|
+
"name": "FBAdSvcFacebookPositionsInput",
|
|
29052
|
+
"description": null,
|
|
29053
|
+
"fields": null,
|
|
29054
|
+
"inputFields": [
|
|
29055
|
+
{
|
|
29056
|
+
"name": "feed",
|
|
29057
|
+
"description": null,
|
|
29058
|
+
"type": {
|
|
29059
|
+
"kind": "SCALAR",
|
|
29060
|
+
"name": "Boolean",
|
|
29061
|
+
"ofType": null
|
|
29062
|
+
},
|
|
29063
|
+
"defaultValue": null,
|
|
29064
|
+
"isDeprecated": false,
|
|
29065
|
+
"deprecationReason": null
|
|
29066
|
+
},
|
|
29067
|
+
{
|
|
29068
|
+
"name": "story",
|
|
29069
|
+
"description": null,
|
|
29070
|
+
"type": {
|
|
29071
|
+
"kind": "SCALAR",
|
|
29072
|
+
"name": "Boolean",
|
|
29073
|
+
"ofType": null
|
|
29074
|
+
},
|
|
29075
|
+
"defaultValue": null,
|
|
29076
|
+
"isDeprecated": false,
|
|
29077
|
+
"deprecationReason": null
|
|
29078
|
+
}
|
|
29079
|
+
],
|
|
29080
|
+
"interfaces": null,
|
|
29081
|
+
"enumValues": null,
|
|
29082
|
+
"possibleTypes": null
|
|
29083
|
+
},
|
|
29084
|
+
{
|
|
29085
|
+
"kind": "OBJECT",
|
|
29086
|
+
"name": "FBAdSvcFundingSource",
|
|
29087
|
+
"description": null,
|
|
29088
|
+
"fields": [
|
|
29089
|
+
{
|
|
29090
|
+
"name": "amountCents",
|
|
29091
|
+
"description": null,
|
|
29092
|
+
"args": [],
|
|
29093
|
+
"type": {
|
|
29094
|
+
"kind": "NON_NULL",
|
|
29095
|
+
"name": null,
|
|
29096
|
+
"ofType": {
|
|
29097
|
+
"kind": "SCALAR",
|
|
29098
|
+
"name": "String",
|
|
29099
|
+
"ofType": null
|
|
29100
|
+
}
|
|
29101
|
+
},
|
|
29102
|
+
"isDeprecated": false,
|
|
29103
|
+
"deprecationReason": null
|
|
29104
|
+
},
|
|
29105
|
+
{
|
|
29106
|
+
"name": "entityId",
|
|
29107
|
+
"description": null,
|
|
29108
|
+
"args": [],
|
|
29109
|
+
"type": {
|
|
29110
|
+
"kind": "NON_NULL",
|
|
29111
|
+
"name": null,
|
|
29112
|
+
"ofType": {
|
|
29113
|
+
"kind": "SCALAR",
|
|
29114
|
+
"name": "String",
|
|
29115
|
+
"ofType": null
|
|
29116
|
+
}
|
|
29117
|
+
},
|
|
29118
|
+
"isDeprecated": false,
|
|
29119
|
+
"deprecationReason": null
|
|
29120
|
+
},
|
|
29121
|
+
{
|
|
29122
|
+
"name": "entityType",
|
|
29123
|
+
"description": null,
|
|
29124
|
+
"args": [],
|
|
29125
|
+
"type": {
|
|
29126
|
+
"kind": "NON_NULL",
|
|
29127
|
+
"name": null,
|
|
29128
|
+
"ofType": {
|
|
29129
|
+
"kind": "SCALAR",
|
|
29130
|
+
"name": "String",
|
|
29131
|
+
"ofType": null
|
|
29132
|
+
}
|
|
29133
|
+
},
|
|
29134
|
+
"isDeprecated": false,
|
|
29135
|
+
"deprecationReason": null
|
|
29136
|
+
},
|
|
29137
|
+
{
|
|
29138
|
+
"name": "ledgerType",
|
|
29139
|
+
"description": null,
|
|
29140
|
+
"args": [],
|
|
29141
|
+
"type": {
|
|
29142
|
+
"kind": "NON_NULL",
|
|
29143
|
+
"name": null,
|
|
29144
|
+
"ofType": {
|
|
29145
|
+
"kind": "SCALAR",
|
|
29146
|
+
"name": "String",
|
|
29147
|
+
"ofType": null
|
|
29148
|
+
}
|
|
29149
|
+
},
|
|
29150
|
+
"isDeprecated": false,
|
|
29151
|
+
"deprecationReason": null
|
|
29152
|
+
}
|
|
29153
|
+
],
|
|
29154
|
+
"inputFields": null,
|
|
29155
|
+
"interfaces": [],
|
|
29156
|
+
"enumValues": null,
|
|
29157
|
+
"possibleTypes": null
|
|
29158
|
+
},
|
|
29159
|
+
{
|
|
29160
|
+
"kind": "OBJECT",
|
|
29161
|
+
"name": "FBAdSvcGeoLocations",
|
|
29162
|
+
"description": null,
|
|
29163
|
+
"fields": [
|
|
29164
|
+
{
|
|
29165
|
+
"name": "customLocations",
|
|
29166
|
+
"description": null,
|
|
29167
|
+
"args": [],
|
|
29168
|
+
"type": {
|
|
29169
|
+
"kind": "LIST",
|
|
29170
|
+
"name": null,
|
|
29171
|
+
"ofType": {
|
|
29172
|
+
"kind": "NON_NULL",
|
|
29173
|
+
"name": null,
|
|
29174
|
+
"ofType": {
|
|
29175
|
+
"kind": "OBJECT",
|
|
29176
|
+
"name": "FBAdSvcCustomLocation",
|
|
29177
|
+
"ofType": null
|
|
29178
|
+
}
|
|
29179
|
+
}
|
|
29180
|
+
},
|
|
29181
|
+
"isDeprecated": false,
|
|
29182
|
+
"deprecationReason": null
|
|
29183
|
+
},
|
|
29184
|
+
{
|
|
29185
|
+
"name": "zips",
|
|
29186
|
+
"description": null,
|
|
29187
|
+
"args": [],
|
|
29188
|
+
"type": {
|
|
29189
|
+
"kind": "LIST",
|
|
29190
|
+
"name": null,
|
|
29191
|
+
"ofType": {
|
|
29192
|
+
"kind": "NON_NULL",
|
|
29193
|
+
"name": null,
|
|
29194
|
+
"ofType": {
|
|
29195
|
+
"kind": "OBJECT",
|
|
29196
|
+
"name": "FBAdSvcZip",
|
|
29197
|
+
"ofType": null
|
|
29198
|
+
}
|
|
29199
|
+
}
|
|
29200
|
+
},
|
|
29201
|
+
"isDeprecated": false,
|
|
29202
|
+
"deprecationReason": null
|
|
29203
|
+
}
|
|
29204
|
+
],
|
|
29205
|
+
"inputFields": null,
|
|
29206
|
+
"interfaces": [],
|
|
29207
|
+
"enumValues": null,
|
|
29208
|
+
"possibleTypes": null
|
|
29209
|
+
},
|
|
29210
|
+
{
|
|
29211
|
+
"kind": "OBJECT",
|
|
29212
|
+
"name": "FBAdSvcImageCrop",
|
|
29213
|
+
"description": null,
|
|
29214
|
+
"fields": [
|
|
29215
|
+
{
|
|
29216
|
+
"name": "leftTop",
|
|
29217
|
+
"description": null,
|
|
29218
|
+
"args": [],
|
|
29219
|
+
"type": {
|
|
29220
|
+
"kind": "NON_NULL",
|
|
29221
|
+
"name": null,
|
|
29222
|
+
"ofType": {
|
|
29223
|
+
"kind": "LIST",
|
|
29224
|
+
"name": null,
|
|
29225
|
+
"ofType": {
|
|
29226
|
+
"kind": "NON_NULL",
|
|
29227
|
+
"name": null,
|
|
29228
|
+
"ofType": {
|
|
29229
|
+
"kind": "SCALAR",
|
|
29230
|
+
"name": "Int",
|
|
29231
|
+
"ofType": null
|
|
29232
|
+
}
|
|
29233
|
+
}
|
|
29234
|
+
}
|
|
29235
|
+
},
|
|
29236
|
+
"isDeprecated": false,
|
|
29237
|
+
"deprecationReason": null
|
|
29238
|
+
},
|
|
29239
|
+
{
|
|
29240
|
+
"name": "rightBottom",
|
|
29241
|
+
"description": null,
|
|
29242
|
+
"args": [],
|
|
29243
|
+
"type": {
|
|
29244
|
+
"kind": "NON_NULL",
|
|
29245
|
+
"name": null,
|
|
29246
|
+
"ofType": {
|
|
29247
|
+
"kind": "LIST",
|
|
29248
|
+
"name": null,
|
|
29249
|
+
"ofType": {
|
|
29250
|
+
"kind": "NON_NULL",
|
|
29251
|
+
"name": null,
|
|
29252
|
+
"ofType": {
|
|
29253
|
+
"kind": "SCALAR",
|
|
29254
|
+
"name": "Int",
|
|
29255
|
+
"ofType": null
|
|
29256
|
+
}
|
|
29257
|
+
}
|
|
29258
|
+
}
|
|
29259
|
+
},
|
|
29260
|
+
"isDeprecated": false,
|
|
29261
|
+
"deprecationReason": null
|
|
29262
|
+
}
|
|
29263
|
+
],
|
|
29264
|
+
"inputFields": null,
|
|
29265
|
+
"interfaces": [],
|
|
29266
|
+
"enumValues": null,
|
|
29267
|
+
"possibleTypes": null
|
|
29268
|
+
},
|
|
29269
|
+
{
|
|
29270
|
+
"kind": "OBJECT",
|
|
29271
|
+
"name": "FBAdSvcImageCrops",
|
|
29272
|
+
"description": null,
|
|
29273
|
+
"fields": [
|
|
29274
|
+
{
|
|
29275
|
+
"name": "crop90x160",
|
|
29276
|
+
"description": null,
|
|
29277
|
+
"args": [],
|
|
29278
|
+
"type": {
|
|
29279
|
+
"kind": "OBJECT",
|
|
29280
|
+
"name": "FBAdSvcImageCrop",
|
|
29281
|
+
"ofType": null
|
|
29282
|
+
},
|
|
29283
|
+
"isDeprecated": false,
|
|
29284
|
+
"deprecationReason": null
|
|
29285
|
+
},
|
|
29286
|
+
{
|
|
29287
|
+
"name": "crop100x72",
|
|
29288
|
+
"description": null,
|
|
29289
|
+
"args": [],
|
|
29290
|
+
"type": {
|
|
29291
|
+
"kind": "OBJECT",
|
|
29292
|
+
"name": "FBAdSvcImageCrop",
|
|
29293
|
+
"ofType": null
|
|
29294
|
+
},
|
|
29295
|
+
"isDeprecated": false,
|
|
29296
|
+
"deprecationReason": null
|
|
29297
|
+
},
|
|
29298
|
+
{
|
|
29299
|
+
"name": "crop100x100",
|
|
29300
|
+
"description": null,
|
|
29301
|
+
"args": [],
|
|
29302
|
+
"type": {
|
|
29303
|
+
"kind": "OBJECT",
|
|
29304
|
+
"name": "FBAdSvcImageCrop",
|
|
29305
|
+
"ofType": null
|
|
29306
|
+
},
|
|
29307
|
+
"isDeprecated": false,
|
|
29308
|
+
"deprecationReason": null
|
|
29309
|
+
},
|
|
29310
|
+
{
|
|
29311
|
+
"name": "crop191x100",
|
|
29312
|
+
"description": null,
|
|
29313
|
+
"args": [],
|
|
29314
|
+
"type": {
|
|
29315
|
+
"kind": "OBJECT",
|
|
29316
|
+
"name": "FBAdSvcImageCrop",
|
|
29317
|
+
"ofType": null
|
|
29318
|
+
},
|
|
29319
|
+
"isDeprecated": false,
|
|
29320
|
+
"deprecationReason": null
|
|
29321
|
+
},
|
|
29322
|
+
{
|
|
29323
|
+
"name": "crop400x150",
|
|
29324
|
+
"description": null,
|
|
29325
|
+
"args": [],
|
|
29326
|
+
"type": {
|
|
29327
|
+
"kind": "OBJECT",
|
|
29328
|
+
"name": "FBAdSvcImageCrop",
|
|
29329
|
+
"ofType": null
|
|
29330
|
+
},
|
|
29331
|
+
"isDeprecated": false,
|
|
29332
|
+
"deprecationReason": null
|
|
29333
|
+
},
|
|
29334
|
+
{
|
|
29335
|
+
"name": "crop400x500",
|
|
29336
|
+
"description": null,
|
|
29337
|
+
"args": [],
|
|
29338
|
+
"type": {
|
|
29339
|
+
"kind": "OBJECT",
|
|
29340
|
+
"name": "FBAdSvcImageCrop",
|
|
29341
|
+
"ofType": null
|
|
29342
|
+
},
|
|
29343
|
+
"isDeprecated": false,
|
|
29344
|
+
"deprecationReason": null
|
|
29345
|
+
},
|
|
29346
|
+
{
|
|
29347
|
+
"name": "crop600x360",
|
|
29348
|
+
"description": null,
|
|
29349
|
+
"args": [],
|
|
29350
|
+
"type": {
|
|
29351
|
+
"kind": "OBJECT",
|
|
29352
|
+
"name": "FBAdSvcImageCrop",
|
|
29353
|
+
"ofType": null
|
|
29354
|
+
},
|
|
29355
|
+
"isDeprecated": false,
|
|
29356
|
+
"deprecationReason": null
|
|
29357
|
+
}
|
|
29358
|
+
],
|
|
29359
|
+
"inputFields": null,
|
|
29360
|
+
"interfaces": [],
|
|
29361
|
+
"enumValues": null,
|
|
29362
|
+
"possibleTypes": null
|
|
29363
|
+
},
|
|
29364
|
+
{
|
|
29365
|
+
"kind": "OBJECT",
|
|
29366
|
+
"name": "FBAdSvcInstagramPositions",
|
|
29367
|
+
"description": null,
|
|
29368
|
+
"fields": [
|
|
29369
|
+
{
|
|
29370
|
+
"name": "story",
|
|
29371
|
+
"description": null,
|
|
29372
|
+
"args": [],
|
|
29373
|
+
"type": {
|
|
29374
|
+
"kind": "NON_NULL",
|
|
29375
|
+
"name": null,
|
|
29376
|
+
"ofType": {
|
|
29377
|
+
"kind": "SCALAR",
|
|
29378
|
+
"name": "Boolean",
|
|
29379
|
+
"ofType": null
|
|
29380
|
+
}
|
|
29381
|
+
},
|
|
29382
|
+
"isDeprecated": false,
|
|
29383
|
+
"deprecationReason": null
|
|
29384
|
+
},
|
|
29385
|
+
{
|
|
29386
|
+
"name": "stream",
|
|
29387
|
+
"description": null,
|
|
29388
|
+
"args": [],
|
|
29389
|
+
"type": {
|
|
29390
|
+
"kind": "NON_NULL",
|
|
29391
|
+
"name": null,
|
|
29392
|
+
"ofType": {
|
|
29393
|
+
"kind": "SCALAR",
|
|
29394
|
+
"name": "Boolean",
|
|
29395
|
+
"ofType": null
|
|
29396
|
+
}
|
|
29397
|
+
},
|
|
29398
|
+
"isDeprecated": false,
|
|
29399
|
+
"deprecationReason": null
|
|
29400
|
+
}
|
|
29401
|
+
],
|
|
29402
|
+
"inputFields": null,
|
|
29403
|
+
"interfaces": [],
|
|
29404
|
+
"enumValues": null,
|
|
29405
|
+
"possibleTypes": null
|
|
29406
|
+
},
|
|
29407
|
+
{
|
|
29408
|
+
"kind": "INPUT_OBJECT",
|
|
29409
|
+
"name": "FBAdSvcInstagramPositionsInput",
|
|
29410
|
+
"description": null,
|
|
29411
|
+
"fields": null,
|
|
29412
|
+
"inputFields": [
|
|
29413
|
+
{
|
|
29414
|
+
"name": "story",
|
|
29415
|
+
"description": null,
|
|
29416
|
+
"type": {
|
|
29417
|
+
"kind": "SCALAR",
|
|
29418
|
+
"name": "Boolean",
|
|
29419
|
+
"ofType": null
|
|
29420
|
+
},
|
|
29421
|
+
"defaultValue": null,
|
|
29422
|
+
"isDeprecated": false,
|
|
29423
|
+
"deprecationReason": null
|
|
29424
|
+
},
|
|
29425
|
+
{
|
|
29426
|
+
"name": "stream",
|
|
29427
|
+
"description": null,
|
|
29428
|
+
"type": {
|
|
29429
|
+
"kind": "SCALAR",
|
|
29430
|
+
"name": "Boolean",
|
|
29431
|
+
"ofType": null
|
|
29432
|
+
},
|
|
29433
|
+
"defaultValue": null,
|
|
29434
|
+
"isDeprecated": false,
|
|
29435
|
+
"deprecationReason": null
|
|
29436
|
+
}
|
|
29437
|
+
],
|
|
29438
|
+
"interfaces": null,
|
|
29439
|
+
"enumValues": null,
|
|
29440
|
+
"possibleTypes": null
|
|
29441
|
+
},
|
|
29442
|
+
{
|
|
29443
|
+
"kind": "OBJECT",
|
|
29444
|
+
"name": "FBAdSvcInterest",
|
|
29445
|
+
"description": null,
|
|
29446
|
+
"fields": [
|
|
29447
|
+
{
|
|
29448
|
+
"name": "id",
|
|
29449
|
+
"description": null,
|
|
29450
|
+
"args": [],
|
|
29451
|
+
"type": {
|
|
29452
|
+
"kind": "NON_NULL",
|
|
29453
|
+
"name": null,
|
|
29454
|
+
"ofType": {
|
|
29455
|
+
"kind": "SCALAR",
|
|
29456
|
+
"name": "String",
|
|
29457
|
+
"ofType": null
|
|
29458
|
+
}
|
|
29459
|
+
},
|
|
29460
|
+
"isDeprecated": false,
|
|
29461
|
+
"deprecationReason": null
|
|
29462
|
+
},
|
|
29463
|
+
{
|
|
29464
|
+
"name": "name",
|
|
29465
|
+
"description": null,
|
|
29466
|
+
"args": [],
|
|
29467
|
+
"type": {
|
|
29468
|
+
"kind": "NON_NULL",
|
|
29469
|
+
"name": null,
|
|
29470
|
+
"ofType": {
|
|
29471
|
+
"kind": "SCALAR",
|
|
29472
|
+
"name": "String",
|
|
29473
|
+
"ofType": null
|
|
29474
|
+
}
|
|
29475
|
+
},
|
|
29476
|
+
"isDeprecated": false,
|
|
29477
|
+
"deprecationReason": null
|
|
29478
|
+
}
|
|
29479
|
+
],
|
|
29480
|
+
"inputFields": null,
|
|
29481
|
+
"interfaces": [],
|
|
29482
|
+
"enumValues": null,
|
|
29483
|
+
"possibleTypes": null
|
|
29484
|
+
},
|
|
29485
|
+
{
|
|
29486
|
+
"kind": "INPUT_OBJECT",
|
|
29487
|
+
"name": "FBAdSvcInterestInput",
|
|
29488
|
+
"description": null,
|
|
29489
|
+
"fields": null,
|
|
29490
|
+
"inputFields": [
|
|
29491
|
+
{
|
|
29492
|
+
"name": "id",
|
|
29493
|
+
"description": null,
|
|
29494
|
+
"type": {
|
|
29495
|
+
"kind": "NON_NULL",
|
|
29496
|
+
"name": null,
|
|
29497
|
+
"ofType": {
|
|
29498
|
+
"kind": "SCALAR",
|
|
29499
|
+
"name": "String",
|
|
29500
|
+
"ofType": null
|
|
29501
|
+
}
|
|
29502
|
+
},
|
|
29503
|
+
"defaultValue": null,
|
|
29504
|
+
"isDeprecated": false,
|
|
29505
|
+
"deprecationReason": null
|
|
29506
|
+
},
|
|
29507
|
+
{
|
|
29508
|
+
"name": "name",
|
|
29509
|
+
"description": null,
|
|
29510
|
+
"type": {
|
|
29511
|
+
"kind": "NON_NULL",
|
|
29512
|
+
"name": null,
|
|
29513
|
+
"ofType": {
|
|
29514
|
+
"kind": "SCALAR",
|
|
29515
|
+
"name": "String",
|
|
29516
|
+
"ofType": null
|
|
29517
|
+
}
|
|
29518
|
+
},
|
|
29519
|
+
"defaultValue": null,
|
|
29520
|
+
"isDeprecated": false,
|
|
29521
|
+
"deprecationReason": null
|
|
29522
|
+
}
|
|
29523
|
+
],
|
|
29524
|
+
"interfaces": null,
|
|
29525
|
+
"enumValues": null,
|
|
29526
|
+
"possibleTypes": null
|
|
29527
|
+
},
|
|
29528
|
+
{
|
|
29529
|
+
"kind": "OBJECT",
|
|
29530
|
+
"name": "FBAdSvcLink",
|
|
29531
|
+
"description": null,
|
|
29532
|
+
"fields": [
|
|
29533
|
+
{
|
|
29534
|
+
"name": "append",
|
|
29535
|
+
"description": null,
|
|
29536
|
+
"args": [],
|
|
29537
|
+
"type": {
|
|
29538
|
+
"kind": "SCALAR",
|
|
29539
|
+
"name": "String",
|
|
29540
|
+
"ofType": null
|
|
29541
|
+
},
|
|
29542
|
+
"isDeprecated": false,
|
|
29543
|
+
"deprecationReason": null
|
|
29544
|
+
},
|
|
29545
|
+
{
|
|
29546
|
+
"name": "customFieldID",
|
|
29547
|
+
"description": null,
|
|
29548
|
+
"args": [],
|
|
29549
|
+
"type": {
|
|
29550
|
+
"kind": "SCALAR",
|
|
29551
|
+
"name": "Int",
|
|
29552
|
+
"ofType": null
|
|
29553
|
+
},
|
|
29554
|
+
"isDeprecated": false,
|
|
29555
|
+
"deprecationReason": null
|
|
29556
|
+
},
|
|
29557
|
+
{
|
|
29558
|
+
"name": "linkType",
|
|
29559
|
+
"description": null,
|
|
29560
|
+
"args": [],
|
|
29561
|
+
"type": {
|
|
29562
|
+
"kind": "NON_NULL",
|
|
29563
|
+
"name": null,
|
|
29564
|
+
"ofType": {
|
|
29565
|
+
"kind": "SCALAR",
|
|
29566
|
+
"name": "String",
|
|
29567
|
+
"ofType": null
|
|
29568
|
+
}
|
|
29569
|
+
},
|
|
29570
|
+
"isDeprecated": false,
|
|
29571
|
+
"deprecationReason": null
|
|
29572
|
+
},
|
|
29573
|
+
{
|
|
29574
|
+
"name": "url",
|
|
29575
|
+
"description": null,
|
|
29576
|
+
"args": [],
|
|
29577
|
+
"type": {
|
|
29578
|
+
"kind": "NON_NULL",
|
|
29579
|
+
"name": null,
|
|
29580
|
+
"ofType": {
|
|
29581
|
+
"kind": "SCALAR",
|
|
29582
|
+
"name": "String",
|
|
29583
|
+
"ofType": null
|
|
29584
|
+
}
|
|
29585
|
+
},
|
|
29586
|
+
"isDeprecated": false,
|
|
29587
|
+
"deprecationReason": null
|
|
29588
|
+
}
|
|
29589
|
+
],
|
|
29590
|
+
"inputFields": null,
|
|
29591
|
+
"interfaces": [],
|
|
29592
|
+
"enumValues": null,
|
|
29593
|
+
"possibleTypes": null
|
|
29594
|
+
},
|
|
29595
|
+
{
|
|
29596
|
+
"kind": "OBJECT",
|
|
29597
|
+
"name": "FBAdSvcMedia",
|
|
29598
|
+
"description": null,
|
|
29599
|
+
"fields": [
|
|
29600
|
+
{
|
|
29601
|
+
"name": "imageCrops",
|
|
29602
|
+
"description": null,
|
|
29603
|
+
"args": [],
|
|
29604
|
+
"type": {
|
|
29605
|
+
"kind": "OBJECT",
|
|
29606
|
+
"name": "FBAdSvcImageCrops",
|
|
29607
|
+
"ofType": null
|
|
29608
|
+
},
|
|
29609
|
+
"isDeprecated": false,
|
|
29610
|
+
"deprecationReason": null
|
|
29611
|
+
},
|
|
29612
|
+
{
|
|
29613
|
+
"name": "mediaType",
|
|
29614
|
+
"description": null,
|
|
29615
|
+
"args": [],
|
|
29616
|
+
"type": {
|
|
29617
|
+
"kind": "NON_NULL",
|
|
29618
|
+
"name": null,
|
|
29619
|
+
"ofType": {
|
|
29620
|
+
"kind": "SCALAR",
|
|
29621
|
+
"name": "String",
|
|
29622
|
+
"ofType": null
|
|
29623
|
+
}
|
|
29624
|
+
},
|
|
29625
|
+
"isDeprecated": false,
|
|
29626
|
+
"deprecationReason": null
|
|
29627
|
+
},
|
|
29628
|
+
{
|
|
29629
|
+
"name": "sourceId",
|
|
29630
|
+
"description": null,
|
|
29631
|
+
"args": [],
|
|
29632
|
+
"type": {
|
|
29633
|
+
"kind": "NON_NULL",
|
|
29634
|
+
"name": null,
|
|
29635
|
+
"ofType": {
|
|
29636
|
+
"kind": "SCALAR",
|
|
29637
|
+
"name": "String",
|
|
29638
|
+
"ofType": null
|
|
29639
|
+
}
|
|
29640
|
+
},
|
|
29641
|
+
"isDeprecated": false,
|
|
29642
|
+
"deprecationReason": null
|
|
29643
|
+
},
|
|
29644
|
+
{
|
|
29645
|
+
"name": "sourceType",
|
|
29646
|
+
"description": null,
|
|
29647
|
+
"args": [],
|
|
29648
|
+
"type": {
|
|
29649
|
+
"kind": "NON_NULL",
|
|
29650
|
+
"name": null,
|
|
29651
|
+
"ofType": {
|
|
29652
|
+
"kind": "SCALAR",
|
|
29653
|
+
"name": "String",
|
|
29654
|
+
"ofType": null
|
|
29655
|
+
}
|
|
29656
|
+
},
|
|
29657
|
+
"isDeprecated": false,
|
|
29658
|
+
"deprecationReason": null
|
|
29659
|
+
}
|
|
29660
|
+
],
|
|
29661
|
+
"inputFields": null,
|
|
29662
|
+
"interfaces": [],
|
|
29663
|
+
"enumValues": null,
|
|
29664
|
+
"possibleTypes": null
|
|
29665
|
+
},
|
|
29666
|
+
{
|
|
29667
|
+
"kind": "OBJECT",
|
|
29668
|
+
"name": "FBAdSvcMessengerPositions",
|
|
29669
|
+
"description": null,
|
|
29670
|
+
"fields": [
|
|
29671
|
+
{
|
|
29672
|
+
"name": "story",
|
|
29673
|
+
"description": null,
|
|
29674
|
+
"args": [],
|
|
29675
|
+
"type": {
|
|
29676
|
+
"kind": "NON_NULL",
|
|
29677
|
+
"name": null,
|
|
29678
|
+
"ofType": {
|
|
29679
|
+
"kind": "SCALAR",
|
|
29680
|
+
"name": "Boolean",
|
|
29681
|
+
"ofType": null
|
|
29682
|
+
}
|
|
29683
|
+
},
|
|
29684
|
+
"isDeprecated": false,
|
|
29685
|
+
"deprecationReason": null
|
|
29686
|
+
}
|
|
29687
|
+
],
|
|
29688
|
+
"inputFields": null,
|
|
29689
|
+
"interfaces": [],
|
|
29690
|
+
"enumValues": null,
|
|
29691
|
+
"possibleTypes": null
|
|
29692
|
+
},
|
|
29693
|
+
{
|
|
29694
|
+
"kind": "INPUT_OBJECT",
|
|
29695
|
+
"name": "FBAdSvcMessengerPositionsInput",
|
|
29696
|
+
"description": null,
|
|
29697
|
+
"fields": null,
|
|
29698
|
+
"inputFields": [
|
|
29699
|
+
{
|
|
29700
|
+
"name": "story",
|
|
29701
|
+
"description": null,
|
|
29702
|
+
"type": {
|
|
29703
|
+
"kind": "SCALAR",
|
|
29704
|
+
"name": "Boolean",
|
|
29705
|
+
"ofType": null
|
|
29706
|
+
},
|
|
29707
|
+
"defaultValue": null,
|
|
29708
|
+
"isDeprecated": false,
|
|
29709
|
+
"deprecationReason": null
|
|
29710
|
+
}
|
|
29711
|
+
],
|
|
29712
|
+
"interfaces": null,
|
|
29713
|
+
"enumValues": null,
|
|
29714
|
+
"possibleTypes": null
|
|
29715
|
+
},
|
|
29716
|
+
{
|
|
29717
|
+
"kind": "OBJECT",
|
|
29718
|
+
"name": "FBAdSvcPlatformPosition",
|
|
29719
|
+
"description": null,
|
|
29720
|
+
"fields": [
|
|
29721
|
+
{
|
|
29722
|
+
"name": "platform",
|
|
29723
|
+
"description": null,
|
|
29724
|
+
"args": [],
|
|
29725
|
+
"type": {
|
|
29726
|
+
"kind": "NON_NULL",
|
|
29727
|
+
"name": null,
|
|
29728
|
+
"ofType": {
|
|
29729
|
+
"kind": "SCALAR",
|
|
29730
|
+
"name": "String",
|
|
29731
|
+
"ofType": null
|
|
29732
|
+
}
|
|
29733
|
+
},
|
|
29734
|
+
"isDeprecated": false,
|
|
29735
|
+
"deprecationReason": null
|
|
29736
|
+
},
|
|
29737
|
+
{
|
|
29738
|
+
"name": "position",
|
|
29739
|
+
"description": null,
|
|
29740
|
+
"args": [],
|
|
29741
|
+
"type": {
|
|
29742
|
+
"kind": "NON_NULL",
|
|
29743
|
+
"name": null,
|
|
29744
|
+
"ofType": {
|
|
29745
|
+
"kind": "SCALAR",
|
|
29746
|
+
"name": "String",
|
|
29747
|
+
"ofType": null
|
|
29748
|
+
}
|
|
29749
|
+
},
|
|
29750
|
+
"isDeprecated": false,
|
|
29751
|
+
"deprecationReason": null
|
|
29752
|
+
}
|
|
29753
|
+
],
|
|
29754
|
+
"inputFields": null,
|
|
29755
|
+
"interfaces": [],
|
|
29756
|
+
"enumValues": null,
|
|
29757
|
+
"possibleTypes": null
|
|
29758
|
+
},
|
|
29759
|
+
{
|
|
29760
|
+
"kind": "OBJECT",
|
|
29761
|
+
"name": "FBAdSvcPublisherPlatforms",
|
|
29762
|
+
"description": null,
|
|
29763
|
+
"fields": [
|
|
29764
|
+
{
|
|
29765
|
+
"name": "audienceNetwork",
|
|
29766
|
+
"description": null,
|
|
29767
|
+
"args": [],
|
|
29768
|
+
"type": {
|
|
29769
|
+
"kind": "NON_NULL",
|
|
29770
|
+
"name": null,
|
|
29771
|
+
"ofType": {
|
|
29772
|
+
"kind": "SCALAR",
|
|
29773
|
+
"name": "Boolean",
|
|
29774
|
+
"ofType": null
|
|
29775
|
+
}
|
|
29776
|
+
},
|
|
29777
|
+
"isDeprecated": false,
|
|
29778
|
+
"deprecationReason": null
|
|
29779
|
+
},
|
|
29780
|
+
{
|
|
29781
|
+
"name": "facebook",
|
|
29782
|
+
"description": null,
|
|
29783
|
+
"args": [],
|
|
29784
|
+
"type": {
|
|
29785
|
+
"kind": "NON_NULL",
|
|
29786
|
+
"name": null,
|
|
29787
|
+
"ofType": {
|
|
29788
|
+
"kind": "SCALAR",
|
|
29789
|
+
"name": "Boolean",
|
|
29790
|
+
"ofType": null
|
|
29791
|
+
}
|
|
29792
|
+
},
|
|
29793
|
+
"isDeprecated": false,
|
|
29794
|
+
"deprecationReason": null
|
|
29795
|
+
},
|
|
29796
|
+
{
|
|
29797
|
+
"name": "instagram",
|
|
29798
|
+
"description": null,
|
|
29799
|
+
"args": [],
|
|
29800
|
+
"type": {
|
|
29801
|
+
"kind": "NON_NULL",
|
|
29802
|
+
"name": null,
|
|
29803
|
+
"ofType": {
|
|
29804
|
+
"kind": "SCALAR",
|
|
29805
|
+
"name": "Boolean",
|
|
29806
|
+
"ofType": null
|
|
29807
|
+
}
|
|
29808
|
+
},
|
|
29809
|
+
"isDeprecated": false,
|
|
29810
|
+
"deprecationReason": null
|
|
29811
|
+
},
|
|
29812
|
+
{
|
|
29813
|
+
"name": "messenger",
|
|
29814
|
+
"description": null,
|
|
29815
|
+
"args": [],
|
|
29816
|
+
"type": {
|
|
29817
|
+
"kind": "NON_NULL",
|
|
29818
|
+
"name": null,
|
|
29819
|
+
"ofType": {
|
|
29820
|
+
"kind": "SCALAR",
|
|
29821
|
+
"name": "Boolean",
|
|
29822
|
+
"ofType": null
|
|
29823
|
+
}
|
|
29824
|
+
},
|
|
29825
|
+
"isDeprecated": false,
|
|
29826
|
+
"deprecationReason": null
|
|
29827
|
+
}
|
|
29828
|
+
],
|
|
29829
|
+
"inputFields": null,
|
|
29830
|
+
"interfaces": [],
|
|
29831
|
+
"enumValues": null,
|
|
29832
|
+
"possibleTypes": null
|
|
29833
|
+
},
|
|
29834
|
+
{
|
|
29835
|
+
"kind": "INPUT_OBJECT",
|
|
29836
|
+
"name": "FBAdSvcPublisherPlatformsInput",
|
|
29837
|
+
"description": null,
|
|
29838
|
+
"fields": null,
|
|
29839
|
+
"inputFields": [
|
|
29840
|
+
{
|
|
29841
|
+
"name": "audienceNetwork",
|
|
29842
|
+
"description": null,
|
|
29843
|
+
"type": {
|
|
29844
|
+
"kind": "SCALAR",
|
|
29845
|
+
"name": "Boolean",
|
|
29846
|
+
"ofType": null
|
|
29847
|
+
},
|
|
29848
|
+
"defaultValue": null,
|
|
29849
|
+
"isDeprecated": false,
|
|
29850
|
+
"deprecationReason": null
|
|
29851
|
+
},
|
|
29852
|
+
{
|
|
29853
|
+
"name": "facebook",
|
|
29854
|
+
"description": null,
|
|
29855
|
+
"type": {
|
|
29856
|
+
"kind": "SCALAR",
|
|
29857
|
+
"name": "Boolean",
|
|
29858
|
+
"ofType": null
|
|
29859
|
+
},
|
|
29860
|
+
"defaultValue": null,
|
|
29861
|
+
"isDeprecated": false,
|
|
29862
|
+
"deprecationReason": null
|
|
29863
|
+
},
|
|
29864
|
+
{
|
|
29865
|
+
"name": "instagram",
|
|
29866
|
+
"description": null,
|
|
29867
|
+
"type": {
|
|
29868
|
+
"kind": "SCALAR",
|
|
29869
|
+
"name": "Boolean",
|
|
29870
|
+
"ofType": null
|
|
29871
|
+
},
|
|
29872
|
+
"defaultValue": null,
|
|
29873
|
+
"isDeprecated": false,
|
|
29874
|
+
"deprecationReason": null
|
|
29875
|
+
},
|
|
29876
|
+
{
|
|
29877
|
+
"name": "messenger",
|
|
29878
|
+
"description": null,
|
|
29879
|
+
"type": {
|
|
29880
|
+
"kind": "SCALAR",
|
|
29881
|
+
"name": "Boolean",
|
|
29882
|
+
"ofType": null
|
|
29883
|
+
},
|
|
29884
|
+
"defaultValue": null,
|
|
29885
|
+
"isDeprecated": false,
|
|
29886
|
+
"deprecationReason": null
|
|
29887
|
+
}
|
|
29888
|
+
],
|
|
29889
|
+
"interfaces": null,
|
|
29890
|
+
"enumValues": null,
|
|
29891
|
+
"possibleTypes": null
|
|
29892
|
+
},
|
|
29893
|
+
{
|
|
29894
|
+
"kind": "OBJECT",
|
|
29895
|
+
"name": "FBAdSvcSpecialAdCategories",
|
|
29896
|
+
"description": null,
|
|
29897
|
+
"fields": [
|
|
29898
|
+
{
|
|
29899
|
+
"name": "categories",
|
|
29900
|
+
"description": null,
|
|
29901
|
+
"args": [],
|
|
29902
|
+
"type": {
|
|
29903
|
+
"kind": "LIST",
|
|
29904
|
+
"name": null,
|
|
29905
|
+
"ofType": {
|
|
29906
|
+
"kind": "NON_NULL",
|
|
29907
|
+
"name": null,
|
|
29908
|
+
"ofType": {
|
|
29909
|
+
"kind": "SCALAR",
|
|
29910
|
+
"name": "String",
|
|
29911
|
+
"ofType": null
|
|
29912
|
+
}
|
|
29913
|
+
}
|
|
29914
|
+
},
|
|
29915
|
+
"isDeprecated": false,
|
|
29916
|
+
"deprecationReason": null
|
|
29917
|
+
}
|
|
29918
|
+
],
|
|
29919
|
+
"inputFields": null,
|
|
29920
|
+
"interfaces": [],
|
|
29921
|
+
"enumValues": null,
|
|
29922
|
+
"possibleTypes": null
|
|
29923
|
+
},
|
|
29924
|
+
{
|
|
29925
|
+
"kind": "OBJECT",
|
|
29926
|
+
"name": "FBAdSvcTargeting",
|
|
29927
|
+
"description": null,
|
|
29928
|
+
"fields": [
|
|
29929
|
+
{
|
|
29930
|
+
"name": "ageMax",
|
|
29931
|
+
"description": null,
|
|
29932
|
+
"args": [],
|
|
29933
|
+
"type": {
|
|
29934
|
+
"kind": "SCALAR",
|
|
29935
|
+
"name": "Int",
|
|
29936
|
+
"ofType": null
|
|
29937
|
+
},
|
|
29938
|
+
"isDeprecated": false,
|
|
29939
|
+
"deprecationReason": null
|
|
29940
|
+
},
|
|
29941
|
+
{
|
|
29942
|
+
"name": "ageMin",
|
|
29943
|
+
"description": null,
|
|
29944
|
+
"args": [],
|
|
29945
|
+
"type": {
|
|
29946
|
+
"kind": "SCALAR",
|
|
29947
|
+
"name": "Int",
|
|
29948
|
+
"ofType": null
|
|
29949
|
+
},
|
|
29950
|
+
"isDeprecated": false,
|
|
29951
|
+
"deprecationReason": null
|
|
29952
|
+
},
|
|
29953
|
+
{
|
|
29954
|
+
"name": "facebookPositions",
|
|
29955
|
+
"description": null,
|
|
29956
|
+
"args": [],
|
|
29957
|
+
"type": {
|
|
29958
|
+
"kind": "OBJECT",
|
|
29959
|
+
"name": "FBAdSvcFacebookPositions",
|
|
29960
|
+
"ofType": null
|
|
29961
|
+
},
|
|
29962
|
+
"isDeprecated": false,
|
|
29963
|
+
"deprecationReason": null
|
|
29964
|
+
},
|
|
29965
|
+
{
|
|
29966
|
+
"name": "genders",
|
|
29967
|
+
"description": null,
|
|
29968
|
+
"args": [],
|
|
29969
|
+
"type": {
|
|
29970
|
+
"kind": "LIST",
|
|
29971
|
+
"name": null,
|
|
29972
|
+
"ofType": {
|
|
29973
|
+
"kind": "NON_NULL",
|
|
29974
|
+
"name": null,
|
|
29975
|
+
"ofType": {
|
|
29976
|
+
"kind": "SCALAR",
|
|
29977
|
+
"name": "Int",
|
|
29978
|
+
"ofType": null
|
|
29979
|
+
}
|
|
29980
|
+
}
|
|
29981
|
+
},
|
|
29982
|
+
"isDeprecated": false,
|
|
29983
|
+
"deprecationReason": null
|
|
29984
|
+
},
|
|
29985
|
+
{
|
|
29986
|
+
"name": "instagramPositions",
|
|
29987
|
+
"description": null,
|
|
29988
|
+
"args": [],
|
|
29989
|
+
"type": {
|
|
29990
|
+
"kind": "OBJECT",
|
|
29991
|
+
"name": "FBAdSvcInstagramPositions",
|
|
29992
|
+
"ofType": null
|
|
29993
|
+
},
|
|
29994
|
+
"isDeprecated": false,
|
|
29995
|
+
"deprecationReason": null
|
|
29996
|
+
},
|
|
29997
|
+
{
|
|
29998
|
+
"name": "interests",
|
|
29999
|
+
"description": null,
|
|
30000
|
+
"args": [],
|
|
30001
|
+
"type": {
|
|
30002
|
+
"kind": "LIST",
|
|
30003
|
+
"name": null,
|
|
30004
|
+
"ofType": {
|
|
30005
|
+
"kind": "NON_NULL",
|
|
30006
|
+
"name": null,
|
|
30007
|
+
"ofType": {
|
|
30008
|
+
"kind": "OBJECT",
|
|
30009
|
+
"name": "FBAdSvcInterest",
|
|
30010
|
+
"ofType": null
|
|
30011
|
+
}
|
|
30012
|
+
}
|
|
30013
|
+
},
|
|
30014
|
+
"isDeprecated": false,
|
|
30015
|
+
"deprecationReason": null
|
|
30016
|
+
},
|
|
30017
|
+
{
|
|
30018
|
+
"name": "messengerPositions",
|
|
30019
|
+
"description": null,
|
|
30020
|
+
"args": [],
|
|
30021
|
+
"type": {
|
|
30022
|
+
"kind": "OBJECT",
|
|
30023
|
+
"name": "FBAdSvcMessengerPositions",
|
|
30024
|
+
"ofType": null
|
|
30025
|
+
},
|
|
30026
|
+
"isDeprecated": false,
|
|
30027
|
+
"deprecationReason": null
|
|
30028
|
+
},
|
|
30029
|
+
{
|
|
30030
|
+
"name": "platformPositions",
|
|
30031
|
+
"description": null,
|
|
30032
|
+
"args": [],
|
|
30033
|
+
"type": {
|
|
30034
|
+
"kind": "NON_NULL",
|
|
30035
|
+
"name": null,
|
|
30036
|
+
"ofType": {
|
|
30037
|
+
"kind": "LIST",
|
|
30038
|
+
"name": null,
|
|
30039
|
+
"ofType": {
|
|
30040
|
+
"kind": "NON_NULL",
|
|
30041
|
+
"name": null,
|
|
30042
|
+
"ofType": {
|
|
30043
|
+
"kind": "OBJECT",
|
|
30044
|
+
"name": "FBAdSvcPlatformPosition",
|
|
30045
|
+
"ofType": null
|
|
30046
|
+
}
|
|
30047
|
+
}
|
|
30048
|
+
}
|
|
30049
|
+
},
|
|
30050
|
+
"isDeprecated": false,
|
|
30051
|
+
"deprecationReason": null
|
|
30052
|
+
},
|
|
30053
|
+
{
|
|
30054
|
+
"name": "platforms",
|
|
30055
|
+
"description": null,
|
|
30056
|
+
"args": [],
|
|
30057
|
+
"type": {
|
|
30058
|
+
"kind": "OBJECT",
|
|
30059
|
+
"name": "FBAdSvcPublisherPlatforms",
|
|
30060
|
+
"ofType": null
|
|
30061
|
+
},
|
|
30062
|
+
"isDeprecated": false,
|
|
30063
|
+
"deprecationReason": null
|
|
30064
|
+
},
|
|
30065
|
+
{
|
|
30066
|
+
"name": "targetingAutomation",
|
|
30067
|
+
"description": null,
|
|
30068
|
+
"args": [],
|
|
30069
|
+
"type": {
|
|
30070
|
+
"kind": "NON_NULL",
|
|
30071
|
+
"name": null,
|
|
30072
|
+
"ofType": {
|
|
30073
|
+
"kind": "OBJECT",
|
|
30074
|
+
"name": "FBAdSvcTargetingAutomation",
|
|
30075
|
+
"ofType": null
|
|
30076
|
+
}
|
|
30077
|
+
},
|
|
30078
|
+
"isDeprecated": false,
|
|
30079
|
+
"deprecationReason": null
|
|
30080
|
+
}
|
|
30081
|
+
],
|
|
30082
|
+
"inputFields": null,
|
|
30083
|
+
"interfaces": [],
|
|
30084
|
+
"enumValues": null,
|
|
30085
|
+
"possibleTypes": null
|
|
30086
|
+
},
|
|
30087
|
+
{
|
|
30088
|
+
"kind": "OBJECT",
|
|
30089
|
+
"name": "FBAdSvcTargetingAutomation",
|
|
30090
|
+
"description": null,
|
|
30091
|
+
"fields": [
|
|
30092
|
+
{
|
|
30093
|
+
"name": "type",
|
|
30094
|
+
"description": null,
|
|
30095
|
+
"args": [],
|
|
30096
|
+
"type": {
|
|
30097
|
+
"kind": "NON_NULL",
|
|
30098
|
+
"name": null,
|
|
30099
|
+
"ofType": {
|
|
30100
|
+
"kind": "SCALAR",
|
|
30101
|
+
"name": "Int",
|
|
30102
|
+
"ofType": null
|
|
30103
|
+
}
|
|
30104
|
+
},
|
|
30105
|
+
"isDeprecated": false,
|
|
30106
|
+
"deprecationReason": null
|
|
30107
|
+
}
|
|
30108
|
+
],
|
|
30109
|
+
"inputFields": null,
|
|
30110
|
+
"interfaces": [],
|
|
30111
|
+
"enumValues": null,
|
|
30112
|
+
"possibleTypes": null
|
|
30113
|
+
},
|
|
30114
|
+
{
|
|
30115
|
+
"kind": "INPUT_OBJECT",
|
|
30116
|
+
"name": "FBAdSvcTargetingAutomationInput",
|
|
30117
|
+
"description": null,
|
|
30118
|
+
"fields": null,
|
|
30119
|
+
"inputFields": [
|
|
30120
|
+
{
|
|
30121
|
+
"name": "type",
|
|
30122
|
+
"description": null,
|
|
30123
|
+
"type": {
|
|
30124
|
+
"kind": "NON_NULL",
|
|
30125
|
+
"name": null,
|
|
30126
|
+
"ofType": {
|
|
30127
|
+
"kind": "SCALAR",
|
|
30128
|
+
"name": "Int",
|
|
30129
|
+
"ofType": null
|
|
30130
|
+
}
|
|
30131
|
+
},
|
|
30132
|
+
"defaultValue": null,
|
|
30133
|
+
"isDeprecated": false,
|
|
30134
|
+
"deprecationReason": null
|
|
30135
|
+
}
|
|
30136
|
+
],
|
|
30137
|
+
"interfaces": null,
|
|
30138
|
+
"enumValues": null,
|
|
30139
|
+
"possibleTypes": null
|
|
30140
|
+
},
|
|
30141
|
+
{
|
|
30142
|
+
"kind": "INPUT_OBJECT",
|
|
30143
|
+
"name": "FBAdSvcTargetingInput",
|
|
30144
|
+
"description": null,
|
|
30145
|
+
"fields": null,
|
|
30146
|
+
"inputFields": [
|
|
30147
|
+
{
|
|
30148
|
+
"name": "ageMax",
|
|
30149
|
+
"description": null,
|
|
30150
|
+
"type": {
|
|
30151
|
+
"kind": "SCALAR",
|
|
30152
|
+
"name": "Int",
|
|
30153
|
+
"ofType": null
|
|
30154
|
+
},
|
|
30155
|
+
"defaultValue": null,
|
|
30156
|
+
"isDeprecated": false,
|
|
30157
|
+
"deprecationReason": null
|
|
30158
|
+
},
|
|
30159
|
+
{
|
|
30160
|
+
"name": "ageMin",
|
|
30161
|
+
"description": null,
|
|
30162
|
+
"type": {
|
|
30163
|
+
"kind": "SCALAR",
|
|
30164
|
+
"name": "Int",
|
|
30165
|
+
"ofType": null
|
|
30166
|
+
},
|
|
30167
|
+
"defaultValue": null,
|
|
30168
|
+
"isDeprecated": false,
|
|
30169
|
+
"deprecationReason": null
|
|
30170
|
+
},
|
|
30171
|
+
{
|
|
30172
|
+
"name": "facebookPositions",
|
|
30173
|
+
"description": null,
|
|
30174
|
+
"type": {
|
|
30175
|
+
"kind": "INPUT_OBJECT",
|
|
30176
|
+
"name": "FBAdSvcFacebookPositionsInput",
|
|
30177
|
+
"ofType": null
|
|
30178
|
+
},
|
|
30179
|
+
"defaultValue": null,
|
|
30180
|
+
"isDeprecated": false,
|
|
30181
|
+
"deprecationReason": null
|
|
30182
|
+
},
|
|
30183
|
+
{
|
|
30184
|
+
"name": "genders",
|
|
30185
|
+
"description": null,
|
|
30186
|
+
"type": {
|
|
30187
|
+
"kind": "LIST",
|
|
30188
|
+
"name": null,
|
|
30189
|
+
"ofType": {
|
|
30190
|
+
"kind": "NON_NULL",
|
|
30191
|
+
"name": null,
|
|
30192
|
+
"ofType": {
|
|
30193
|
+
"kind": "SCALAR",
|
|
30194
|
+
"name": "Int",
|
|
30195
|
+
"ofType": null
|
|
30196
|
+
}
|
|
30197
|
+
}
|
|
30198
|
+
},
|
|
30199
|
+
"defaultValue": null,
|
|
30200
|
+
"isDeprecated": false,
|
|
30201
|
+
"deprecationReason": null
|
|
30202
|
+
},
|
|
30203
|
+
{
|
|
30204
|
+
"name": "instagramPositions",
|
|
30205
|
+
"description": null,
|
|
30206
|
+
"type": {
|
|
30207
|
+
"kind": "INPUT_OBJECT",
|
|
30208
|
+
"name": "FBAdSvcInstagramPositionsInput",
|
|
30209
|
+
"ofType": null
|
|
30210
|
+
},
|
|
30211
|
+
"defaultValue": null,
|
|
30212
|
+
"isDeprecated": false,
|
|
30213
|
+
"deprecationReason": null
|
|
30214
|
+
},
|
|
30215
|
+
{
|
|
30216
|
+
"name": "interests",
|
|
30217
|
+
"description": null,
|
|
30218
|
+
"type": {
|
|
30219
|
+
"kind": "LIST",
|
|
30220
|
+
"name": null,
|
|
30221
|
+
"ofType": {
|
|
30222
|
+
"kind": "NON_NULL",
|
|
30223
|
+
"name": null,
|
|
30224
|
+
"ofType": {
|
|
30225
|
+
"kind": "INPUT_OBJECT",
|
|
30226
|
+
"name": "FBAdSvcInterestInput",
|
|
30227
|
+
"ofType": null
|
|
30228
|
+
}
|
|
30229
|
+
}
|
|
30230
|
+
},
|
|
30231
|
+
"defaultValue": null,
|
|
30232
|
+
"isDeprecated": false,
|
|
30233
|
+
"deprecationReason": null
|
|
30234
|
+
},
|
|
30235
|
+
{
|
|
30236
|
+
"name": "messengerPositions",
|
|
30237
|
+
"description": null,
|
|
30238
|
+
"type": {
|
|
30239
|
+
"kind": "INPUT_OBJECT",
|
|
30240
|
+
"name": "FBAdSvcMessengerPositionsInput",
|
|
30241
|
+
"ofType": null
|
|
30242
|
+
},
|
|
30243
|
+
"defaultValue": null,
|
|
30244
|
+
"isDeprecated": false,
|
|
30245
|
+
"deprecationReason": null
|
|
30246
|
+
},
|
|
30247
|
+
{
|
|
30248
|
+
"name": "platforms",
|
|
30249
|
+
"description": null,
|
|
30250
|
+
"type": {
|
|
30251
|
+
"kind": "INPUT_OBJECT",
|
|
30252
|
+
"name": "FBAdSvcPublisherPlatformsInput",
|
|
30253
|
+
"ofType": null
|
|
30254
|
+
},
|
|
30255
|
+
"defaultValue": null,
|
|
30256
|
+
"isDeprecated": false,
|
|
30257
|
+
"deprecationReason": null
|
|
30258
|
+
},
|
|
30259
|
+
{
|
|
30260
|
+
"name": "targetingAutomation",
|
|
30261
|
+
"description": null,
|
|
30262
|
+
"type": {
|
|
30263
|
+
"kind": "NON_NULL",
|
|
30264
|
+
"name": null,
|
|
30265
|
+
"ofType": {
|
|
30266
|
+
"kind": "INPUT_OBJECT",
|
|
30267
|
+
"name": "FBAdSvcTargetingAutomationInput",
|
|
30268
|
+
"ofType": null
|
|
30269
|
+
}
|
|
30270
|
+
},
|
|
30271
|
+
"defaultValue": null,
|
|
30272
|
+
"isDeprecated": false,
|
|
30273
|
+
"deprecationReason": null
|
|
30274
|
+
}
|
|
30275
|
+
],
|
|
30276
|
+
"interfaces": null,
|
|
30277
|
+
"enumValues": null,
|
|
30278
|
+
"possibleTypes": null
|
|
30279
|
+
},
|
|
30280
|
+
{
|
|
30281
|
+
"kind": "INPUT_OBJECT",
|
|
30282
|
+
"name": "FBAdSvcUpdateLiveCreativeInput",
|
|
30283
|
+
"description": null,
|
|
30284
|
+
"fields": null,
|
|
30285
|
+
"inputFields": [
|
|
30286
|
+
{
|
|
30287
|
+
"name": "channelCampaignID",
|
|
30288
|
+
"description": null,
|
|
30289
|
+
"type": {
|
|
30290
|
+
"kind": "NON_NULL",
|
|
30291
|
+
"name": null,
|
|
30292
|
+
"ofType": {
|
|
30293
|
+
"kind": "SCALAR",
|
|
30294
|
+
"name": "ID",
|
|
30295
|
+
"ofType": null
|
|
30296
|
+
}
|
|
30297
|
+
},
|
|
30298
|
+
"defaultValue": null,
|
|
30299
|
+
"isDeprecated": false,
|
|
30300
|
+
"deprecationReason": null
|
|
30301
|
+
},
|
|
30302
|
+
{
|
|
30303
|
+
"name": "message",
|
|
30304
|
+
"description": null,
|
|
30305
|
+
"type": {
|
|
30306
|
+
"kind": "NON_NULL",
|
|
30307
|
+
"name": null,
|
|
30308
|
+
"ofType": {
|
|
30309
|
+
"kind": "SCALAR",
|
|
30310
|
+
"name": "String",
|
|
30311
|
+
"ofType": null
|
|
30312
|
+
}
|
|
30313
|
+
},
|
|
30314
|
+
"defaultValue": null,
|
|
30315
|
+
"isDeprecated": false,
|
|
30316
|
+
"deprecationReason": null
|
|
30317
|
+
}
|
|
30318
|
+
],
|
|
30319
|
+
"interfaces": null,
|
|
30320
|
+
"enumValues": null,
|
|
30321
|
+
"possibleTypes": null
|
|
30322
|
+
},
|
|
30323
|
+
{
|
|
30324
|
+
"kind": "OBJECT",
|
|
30325
|
+
"name": "FBAdSvcUpdateLiveCreativeResult",
|
|
30326
|
+
"description": null,
|
|
30327
|
+
"fields": [
|
|
30328
|
+
{
|
|
30329
|
+
"name": "failedUpdates",
|
|
30330
|
+
"description": null,
|
|
30331
|
+
"args": [],
|
|
30332
|
+
"type": {
|
|
30333
|
+
"kind": "LIST",
|
|
30334
|
+
"name": null,
|
|
30335
|
+
"ofType": {
|
|
30336
|
+
"kind": "NON_NULL",
|
|
30337
|
+
"name": null,
|
|
30338
|
+
"ofType": {
|
|
30339
|
+
"kind": "SCALAR",
|
|
30340
|
+
"name": "String",
|
|
30341
|
+
"ofType": null
|
|
30342
|
+
}
|
|
30343
|
+
}
|
|
30344
|
+
},
|
|
30345
|
+
"isDeprecated": false,
|
|
30346
|
+
"deprecationReason": null
|
|
30347
|
+
}
|
|
30348
|
+
],
|
|
30349
|
+
"inputFields": null,
|
|
30350
|
+
"interfaces": [],
|
|
30351
|
+
"enumValues": null,
|
|
30352
|
+
"possibleTypes": null
|
|
30353
|
+
},
|
|
30354
|
+
{
|
|
30355
|
+
"kind": "OBJECT",
|
|
30356
|
+
"name": "FBAdSvcZip",
|
|
30357
|
+
"description": null,
|
|
30358
|
+
"fields": [
|
|
30359
|
+
{
|
|
30360
|
+
"name": "key",
|
|
30361
|
+
"description": null,
|
|
30362
|
+
"args": [],
|
|
30363
|
+
"type": {
|
|
30364
|
+
"kind": "NON_NULL",
|
|
30365
|
+
"name": null,
|
|
30366
|
+
"ofType": {
|
|
30367
|
+
"kind": "SCALAR",
|
|
30368
|
+
"name": "String",
|
|
30369
|
+
"ofType": null
|
|
30370
|
+
}
|
|
30371
|
+
},
|
|
30372
|
+
"isDeprecated": false,
|
|
30373
|
+
"deprecationReason": null
|
|
30374
|
+
}
|
|
30375
|
+
],
|
|
30376
|
+
"inputFields": null,
|
|
30377
|
+
"interfaces": [],
|
|
30378
|
+
"enumValues": null,
|
|
30379
|
+
"possibleTypes": null
|
|
30380
|
+
},
|
|
27839
30381
|
{
|
|
27840
30382
|
"kind": "OBJECT",
|
|
27841
30383
|
"name": "Facebook",
|
|
@@ -42143,6 +44685,35 @@
|
|
|
42143
44685
|
"name": "Mutation",
|
|
42144
44686
|
"description": "mutation root",
|
|
42145
44687
|
"fields": [
|
|
44688
|
+
{
|
|
44689
|
+
"name": "FBAdSvcUpdateLiveCreative",
|
|
44690
|
+
"description": null,
|
|
44691
|
+
"args": [
|
|
44692
|
+
{
|
|
44693
|
+
"name": "input",
|
|
44694
|
+
"description": null,
|
|
44695
|
+
"type": {
|
|
44696
|
+
"kind": "NON_NULL",
|
|
44697
|
+
"name": null,
|
|
44698
|
+
"ofType": {
|
|
44699
|
+
"kind": "INPUT_OBJECT",
|
|
44700
|
+
"name": "FBAdSvcUpdateLiveCreativeInput",
|
|
44701
|
+
"ofType": null
|
|
44702
|
+
}
|
|
44703
|
+
},
|
|
44704
|
+
"defaultValue": null,
|
|
44705
|
+
"isDeprecated": false,
|
|
44706
|
+
"deprecationReason": null
|
|
44707
|
+
}
|
|
44708
|
+
],
|
|
44709
|
+
"type": {
|
|
44710
|
+
"kind": "OBJECT",
|
|
44711
|
+
"name": "FBAdSvcUpdateLiveCreativeResult",
|
|
44712
|
+
"ofType": null
|
|
44713
|
+
},
|
|
44714
|
+
"isDeprecated": false,
|
|
44715
|
+
"deprecationReason": null
|
|
44716
|
+
},
|
|
42146
44717
|
{
|
|
42147
44718
|
"name": "acceptAccessInvitation",
|
|
42148
44719
|
"description": null,
|
|
@@ -48077,39 +50648,105 @@
|
|
|
48077
50648
|
"deprecationReason": null
|
|
48078
50649
|
},
|
|
48079
50650
|
{
|
|
48080
|
-
"name": "exportLeads",
|
|
50651
|
+
"name": "exportLeads",
|
|
50652
|
+
"description": null,
|
|
50653
|
+
"args": [
|
|
50654
|
+
{
|
|
50655
|
+
"name": "params",
|
|
50656
|
+
"description": null,
|
|
50657
|
+
"type": {
|
|
50658
|
+
"kind": "INPUT_OBJECT",
|
|
50659
|
+
"name": "LeadExportInput",
|
|
50660
|
+
"ofType": null
|
|
50661
|
+
},
|
|
50662
|
+
"defaultValue": null,
|
|
50663
|
+
"isDeprecated": false,
|
|
50664
|
+
"deprecationReason": null
|
|
50665
|
+
},
|
|
50666
|
+
{
|
|
50667
|
+
"name": "resource_id",
|
|
50668
|
+
"description": null,
|
|
50669
|
+
"type": {
|
|
50670
|
+
"kind": "NON_NULL",
|
|
50671
|
+
"name": null,
|
|
50672
|
+
"ofType": {
|
|
50673
|
+
"kind": "SCALAR",
|
|
50674
|
+
"name": "ID",
|
|
50675
|
+
"ofType": null
|
|
50676
|
+
}
|
|
50677
|
+
},
|
|
50678
|
+
"defaultValue": null,
|
|
50679
|
+
"isDeprecated": false,
|
|
50680
|
+
"deprecationReason": null
|
|
50681
|
+
},
|
|
50682
|
+
{
|
|
50683
|
+
"name": "resource_type",
|
|
50684
|
+
"description": null,
|
|
50685
|
+
"type": {
|
|
50686
|
+
"kind": "NON_NULL",
|
|
50687
|
+
"name": null,
|
|
50688
|
+
"ofType": {
|
|
50689
|
+
"kind": "SCALAR",
|
|
50690
|
+
"name": "String",
|
|
50691
|
+
"ofType": null
|
|
50692
|
+
}
|
|
50693
|
+
},
|
|
50694
|
+
"defaultValue": null,
|
|
50695
|
+
"isDeprecated": false,
|
|
50696
|
+
"deprecationReason": null
|
|
50697
|
+
}
|
|
50698
|
+
],
|
|
50699
|
+
"type": {
|
|
50700
|
+
"kind": "NON_NULL",
|
|
50701
|
+
"name": null,
|
|
50702
|
+
"ofType": {
|
|
50703
|
+
"kind": "SCALAR",
|
|
50704
|
+
"name": "ID",
|
|
50705
|
+
"ofType": null
|
|
50706
|
+
}
|
|
50707
|
+
},
|
|
50708
|
+
"isDeprecated": false,
|
|
50709
|
+
"deprecationReason": null
|
|
50710
|
+
},
|
|
50711
|
+
{
|
|
50712
|
+
"name": "exportUsersForDivisionByBrand",
|
|
50713
|
+
"description": null,
|
|
50714
|
+
"args": [
|
|
50715
|
+
{
|
|
50716
|
+
"name": "brandId",
|
|
50717
|
+
"description": null,
|
|
50718
|
+
"type": {
|
|
50719
|
+
"kind": "NON_NULL",
|
|
50720
|
+
"name": null,
|
|
50721
|
+
"ofType": {
|
|
50722
|
+
"kind": "SCALAR",
|
|
50723
|
+
"name": "ID",
|
|
50724
|
+
"ofType": null
|
|
50725
|
+
}
|
|
50726
|
+
},
|
|
50727
|
+
"defaultValue": null,
|
|
50728
|
+
"isDeprecated": false,
|
|
50729
|
+
"deprecationReason": null
|
|
50730
|
+
}
|
|
50731
|
+
],
|
|
50732
|
+
"type": {
|
|
50733
|
+
"kind": "NON_NULL",
|
|
50734
|
+
"name": null,
|
|
50735
|
+
"ofType": {
|
|
50736
|
+
"kind": "SCALAR",
|
|
50737
|
+
"name": "ID",
|
|
50738
|
+
"ofType": null
|
|
50739
|
+
}
|
|
50740
|
+
},
|
|
50741
|
+
"isDeprecated": false,
|
|
50742
|
+
"deprecationReason": null
|
|
50743
|
+
},
|
|
50744
|
+
{
|
|
50745
|
+
"name": "extendJwt",
|
|
48081
50746
|
"description": null,
|
|
48082
50747
|
"args": [
|
|
48083
50748
|
{
|
|
48084
|
-
"name": "
|
|
48085
|
-
"description": null,
|
|
48086
|
-
"type": {
|
|
48087
|
-
"kind": "INPUT_OBJECT",
|
|
48088
|
-
"name": "LeadExportInput",
|
|
48089
|
-
"ofType": null
|
|
48090
|
-
},
|
|
48091
|
-
"defaultValue": null,
|
|
48092
|
-
"isDeprecated": false,
|
|
48093
|
-
"deprecationReason": null
|
|
48094
|
-
},
|
|
48095
|
-
{
|
|
48096
|
-
"name": "resource_id",
|
|
48097
|
-
"description": null,
|
|
48098
|
-
"type": {
|
|
48099
|
-
"kind": "NON_NULL",
|
|
48100
|
-
"name": null,
|
|
48101
|
-
"ofType": {
|
|
48102
|
-
"kind": "SCALAR",
|
|
48103
|
-
"name": "ID",
|
|
48104
|
-
"ofType": null
|
|
48105
|
-
}
|
|
48106
|
-
},
|
|
48107
|
-
"defaultValue": null,
|
|
48108
|
-
"isDeprecated": false,
|
|
48109
|
-
"deprecationReason": null
|
|
48110
|
-
},
|
|
48111
|
-
{
|
|
48112
|
-
"name": "resource_type",
|
|
50749
|
+
"name": "jwt",
|
|
48113
50750
|
"description": null,
|
|
48114
50751
|
"type": {
|
|
48115
50752
|
"kind": "NON_NULL",
|
|
@@ -48129,8 +50766,8 @@
|
|
|
48129
50766
|
"kind": "NON_NULL",
|
|
48130
50767
|
"name": null,
|
|
48131
50768
|
"ofType": {
|
|
48132
|
-
"kind": "
|
|
48133
|
-
"name": "
|
|
50769
|
+
"kind": "OBJECT",
|
|
50770
|
+
"name": "ExtendJwtResponse",
|
|
48134
50771
|
"ofType": null
|
|
48135
50772
|
}
|
|
48136
50773
|
},
|
|
@@ -48138,18 +50775,18 @@
|
|
|
48138
50775
|
"deprecationReason": null
|
|
48139
50776
|
},
|
|
48140
50777
|
{
|
|
48141
|
-
"name": "
|
|
50778
|
+
"name": "fbAdSvcCreateAdSetTemplate",
|
|
48142
50779
|
"description": null,
|
|
48143
50780
|
"args": [
|
|
48144
50781
|
{
|
|
48145
|
-
"name": "
|
|
50782
|
+
"name": "input",
|
|
48146
50783
|
"description": null,
|
|
48147
50784
|
"type": {
|
|
48148
50785
|
"kind": "NON_NULL",
|
|
48149
50786
|
"name": null,
|
|
48150
50787
|
"ofType": {
|
|
48151
|
-
"kind": "
|
|
48152
|
-
"name": "
|
|
50788
|
+
"kind": "INPUT_OBJECT",
|
|
50789
|
+
"name": "FBAdSvcAdSetTemplateCreateInput",
|
|
48153
50790
|
"ofType": null
|
|
48154
50791
|
}
|
|
48155
50792
|
},
|
|
@@ -48162,8 +50799,8 @@
|
|
|
48162
50799
|
"kind": "NON_NULL",
|
|
48163
50800
|
"name": null,
|
|
48164
50801
|
"ofType": {
|
|
48165
|
-
"kind": "
|
|
48166
|
-
"name": "
|
|
50802
|
+
"kind": "OBJECT",
|
|
50803
|
+
"name": "FBAdSvcAdSetTemplate",
|
|
48167
50804
|
"ofType": null
|
|
48168
50805
|
}
|
|
48169
50806
|
},
|
|
@@ -48171,18 +50808,34 @@
|
|
|
48171
50808
|
"deprecationReason": null
|
|
48172
50809
|
},
|
|
48173
50810
|
{
|
|
48174
|
-
"name": "
|
|
50811
|
+
"name": "fbAdSvcUpdateAdSetTemplate",
|
|
48175
50812
|
"description": null,
|
|
48176
50813
|
"args": [
|
|
48177
50814
|
{
|
|
48178
|
-
"name": "
|
|
50815
|
+
"name": "id",
|
|
48179
50816
|
"description": null,
|
|
48180
50817
|
"type": {
|
|
48181
50818
|
"kind": "NON_NULL",
|
|
48182
50819
|
"name": null,
|
|
48183
50820
|
"ofType": {
|
|
48184
50821
|
"kind": "SCALAR",
|
|
48185
|
-
"name": "
|
|
50822
|
+
"name": "ID",
|
|
50823
|
+
"ofType": null
|
|
50824
|
+
}
|
|
50825
|
+
},
|
|
50826
|
+
"defaultValue": null,
|
|
50827
|
+
"isDeprecated": false,
|
|
50828
|
+
"deprecationReason": null
|
|
50829
|
+
},
|
|
50830
|
+
{
|
|
50831
|
+
"name": "input",
|
|
50832
|
+
"description": null,
|
|
50833
|
+
"type": {
|
|
50834
|
+
"kind": "NON_NULL",
|
|
50835
|
+
"name": null,
|
|
50836
|
+
"ofType": {
|
|
50837
|
+
"kind": "INPUT_OBJECT",
|
|
50838
|
+
"name": "FBAdSvcAdSetTemplateUpdateInput",
|
|
48186
50839
|
"ofType": null
|
|
48187
50840
|
}
|
|
48188
50841
|
},
|
|
@@ -48196,7 +50849,7 @@
|
|
|
48196
50849
|
"name": null,
|
|
48197
50850
|
"ofType": {
|
|
48198
50851
|
"kind": "OBJECT",
|
|
48199
|
-
"name": "
|
|
50852
|
+
"name": "FBAdSvcAdSetTemplate",
|
|
48200
50853
|
"ofType": null
|
|
48201
50854
|
}
|
|
48202
50855
|
},
|
|
@@ -60901,7 +63554,201 @@
|
|
|
60901
63554
|
"name": null,
|
|
60902
63555
|
"ofType": {
|
|
60903
63556
|
"kind": "INPUT_OBJECT",
|
|
60904
|
-
"name": "enrichment_queries_order_by",
|
|
63557
|
+
"name": "enrichment_queries_order_by",
|
|
63558
|
+
"ofType": null
|
|
63559
|
+
}
|
|
63560
|
+
}
|
|
63561
|
+
},
|
|
63562
|
+
"defaultValue": null,
|
|
63563
|
+
"isDeprecated": false,
|
|
63564
|
+
"deprecationReason": null
|
|
63565
|
+
},
|
|
63566
|
+
{
|
|
63567
|
+
"name": "where",
|
|
63568
|
+
"description": "filter the rows returned",
|
|
63569
|
+
"type": {
|
|
63570
|
+
"kind": "INPUT_OBJECT",
|
|
63571
|
+
"name": "enrichment_queries_bool_exp",
|
|
63572
|
+
"ofType": null
|
|
63573
|
+
},
|
|
63574
|
+
"defaultValue": null,
|
|
63575
|
+
"isDeprecated": false,
|
|
63576
|
+
"deprecationReason": null
|
|
63577
|
+
}
|
|
63578
|
+
],
|
|
63579
|
+
"type": {
|
|
63580
|
+
"kind": "NON_NULL",
|
|
63581
|
+
"name": null,
|
|
63582
|
+
"ofType": {
|
|
63583
|
+
"kind": "LIST",
|
|
63584
|
+
"name": null,
|
|
63585
|
+
"ofType": {
|
|
63586
|
+
"kind": "NON_NULL",
|
|
63587
|
+
"name": null,
|
|
63588
|
+
"ofType": {
|
|
63589
|
+
"kind": "OBJECT",
|
|
63590
|
+
"name": "enrichment_queries",
|
|
63591
|
+
"ofType": null
|
|
63592
|
+
}
|
|
63593
|
+
}
|
|
63594
|
+
}
|
|
63595
|
+
},
|
|
63596
|
+
"isDeprecated": false,
|
|
63597
|
+
"deprecationReason": null
|
|
63598
|
+
},
|
|
63599
|
+
{
|
|
63600
|
+
"name": "enrichment_queries_distinct_run_names_sorted_by_created_at_aggregate",
|
|
63601
|
+
"description": "execute function \"enrichment_queries_distinct_run_names_sorted_by_created_at\" and query aggregates on result of table type \"enrichment_queries\"",
|
|
63602
|
+
"args": [
|
|
63603
|
+
{
|
|
63604
|
+
"name": "distinct_on",
|
|
63605
|
+
"description": "distinct select on columns",
|
|
63606
|
+
"type": {
|
|
63607
|
+
"kind": "LIST",
|
|
63608
|
+
"name": null,
|
|
63609
|
+
"ofType": {
|
|
63610
|
+
"kind": "NON_NULL",
|
|
63611
|
+
"name": null,
|
|
63612
|
+
"ofType": {
|
|
63613
|
+
"kind": "ENUM",
|
|
63614
|
+
"name": "enrichment_queries_select_column",
|
|
63615
|
+
"ofType": null
|
|
63616
|
+
}
|
|
63617
|
+
}
|
|
63618
|
+
},
|
|
63619
|
+
"defaultValue": null,
|
|
63620
|
+
"isDeprecated": false,
|
|
63621
|
+
"deprecationReason": null
|
|
63622
|
+
},
|
|
63623
|
+
{
|
|
63624
|
+
"name": "limit",
|
|
63625
|
+
"description": "limit the number of rows returned",
|
|
63626
|
+
"type": {
|
|
63627
|
+
"kind": "SCALAR",
|
|
63628
|
+
"name": "Int",
|
|
63629
|
+
"ofType": null
|
|
63630
|
+
},
|
|
63631
|
+
"defaultValue": null,
|
|
63632
|
+
"isDeprecated": false,
|
|
63633
|
+
"deprecationReason": null
|
|
63634
|
+
},
|
|
63635
|
+
{
|
|
63636
|
+
"name": "offset",
|
|
63637
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
63638
|
+
"type": {
|
|
63639
|
+
"kind": "SCALAR",
|
|
63640
|
+
"name": "Int",
|
|
63641
|
+
"ofType": null
|
|
63642
|
+
},
|
|
63643
|
+
"defaultValue": null,
|
|
63644
|
+
"isDeprecated": false,
|
|
63645
|
+
"deprecationReason": null
|
|
63646
|
+
},
|
|
63647
|
+
{
|
|
63648
|
+
"name": "order_by",
|
|
63649
|
+
"description": "sort the rows by one or more columns",
|
|
63650
|
+
"type": {
|
|
63651
|
+
"kind": "LIST",
|
|
63652
|
+
"name": null,
|
|
63653
|
+
"ofType": {
|
|
63654
|
+
"kind": "NON_NULL",
|
|
63655
|
+
"name": null,
|
|
63656
|
+
"ofType": {
|
|
63657
|
+
"kind": "INPUT_OBJECT",
|
|
63658
|
+
"name": "enrichment_queries_order_by",
|
|
63659
|
+
"ofType": null
|
|
63660
|
+
}
|
|
63661
|
+
}
|
|
63662
|
+
},
|
|
63663
|
+
"defaultValue": null,
|
|
63664
|
+
"isDeprecated": false,
|
|
63665
|
+
"deprecationReason": null
|
|
63666
|
+
},
|
|
63667
|
+
{
|
|
63668
|
+
"name": "where",
|
|
63669
|
+
"description": "filter the rows returned",
|
|
63670
|
+
"type": {
|
|
63671
|
+
"kind": "INPUT_OBJECT",
|
|
63672
|
+
"name": "enrichment_queries_bool_exp",
|
|
63673
|
+
"ofType": null
|
|
63674
|
+
},
|
|
63675
|
+
"defaultValue": null,
|
|
63676
|
+
"isDeprecated": false,
|
|
63677
|
+
"deprecationReason": null
|
|
63678
|
+
}
|
|
63679
|
+
],
|
|
63680
|
+
"type": {
|
|
63681
|
+
"kind": "NON_NULL",
|
|
63682
|
+
"name": null,
|
|
63683
|
+
"ofType": {
|
|
63684
|
+
"kind": "OBJECT",
|
|
63685
|
+
"name": "enrichment_queries_aggregate",
|
|
63686
|
+
"ofType": null
|
|
63687
|
+
}
|
|
63688
|
+
},
|
|
63689
|
+
"isDeprecated": false,
|
|
63690
|
+
"deprecationReason": null
|
|
63691
|
+
},
|
|
63692
|
+
{
|
|
63693
|
+
"name": "enrichment_queries_social_page_handles",
|
|
63694
|
+
"description": "An array relationship",
|
|
63695
|
+
"args": [
|
|
63696
|
+
{
|
|
63697
|
+
"name": "distinct_on",
|
|
63698
|
+
"description": "distinct select on columns",
|
|
63699
|
+
"type": {
|
|
63700
|
+
"kind": "LIST",
|
|
63701
|
+
"name": null,
|
|
63702
|
+
"ofType": {
|
|
63703
|
+
"kind": "NON_NULL",
|
|
63704
|
+
"name": null,
|
|
63705
|
+
"ofType": {
|
|
63706
|
+
"kind": "ENUM",
|
|
63707
|
+
"name": "enrichment_queries_social_page_handles_select_column",
|
|
63708
|
+
"ofType": null
|
|
63709
|
+
}
|
|
63710
|
+
}
|
|
63711
|
+
},
|
|
63712
|
+
"defaultValue": null,
|
|
63713
|
+
"isDeprecated": false,
|
|
63714
|
+
"deprecationReason": null
|
|
63715
|
+
},
|
|
63716
|
+
{
|
|
63717
|
+
"name": "limit",
|
|
63718
|
+
"description": "limit the number of rows returned",
|
|
63719
|
+
"type": {
|
|
63720
|
+
"kind": "SCALAR",
|
|
63721
|
+
"name": "Int",
|
|
63722
|
+
"ofType": null
|
|
63723
|
+
},
|
|
63724
|
+
"defaultValue": null,
|
|
63725
|
+
"isDeprecated": false,
|
|
63726
|
+
"deprecationReason": null
|
|
63727
|
+
},
|
|
63728
|
+
{
|
|
63729
|
+
"name": "offset",
|
|
63730
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
63731
|
+
"type": {
|
|
63732
|
+
"kind": "SCALAR",
|
|
63733
|
+
"name": "Int",
|
|
63734
|
+
"ofType": null
|
|
63735
|
+
},
|
|
63736
|
+
"defaultValue": null,
|
|
63737
|
+
"isDeprecated": false,
|
|
63738
|
+
"deprecationReason": null
|
|
63739
|
+
},
|
|
63740
|
+
{
|
|
63741
|
+
"name": "order_by",
|
|
63742
|
+
"description": "sort the rows by one or more columns",
|
|
63743
|
+
"type": {
|
|
63744
|
+
"kind": "LIST",
|
|
63745
|
+
"name": null,
|
|
63746
|
+
"ofType": {
|
|
63747
|
+
"kind": "NON_NULL",
|
|
63748
|
+
"name": null,
|
|
63749
|
+
"ofType": {
|
|
63750
|
+
"kind": "INPUT_OBJECT",
|
|
63751
|
+
"name": "enrichment_queries_social_page_handles_order_by",
|
|
60905
63752
|
"ofType": null
|
|
60906
63753
|
}
|
|
60907
63754
|
}
|
|
@@ -60915,7 +63762,7 @@
|
|
|
60915
63762
|
"description": "filter the rows returned",
|
|
60916
63763
|
"type": {
|
|
60917
63764
|
"kind": "INPUT_OBJECT",
|
|
60918
|
-
"name": "
|
|
63765
|
+
"name": "enrichment_queries_social_page_handles_bool_exp",
|
|
60919
63766
|
"ofType": null
|
|
60920
63767
|
},
|
|
60921
63768
|
"defaultValue": null,
|
|
@@ -60934,7 +63781,7 @@
|
|
|
60934
63781
|
"name": null,
|
|
60935
63782
|
"ofType": {
|
|
60936
63783
|
"kind": "OBJECT",
|
|
60937
|
-
"name": "
|
|
63784
|
+
"name": "enrichment_queries_social_page_handles",
|
|
60938
63785
|
"ofType": null
|
|
60939
63786
|
}
|
|
60940
63787
|
}
|
|
@@ -60944,8 +63791,8 @@
|
|
|
60944
63791
|
"deprecationReason": null
|
|
60945
63792
|
},
|
|
60946
63793
|
{
|
|
60947
|
-
"name": "
|
|
60948
|
-
"description": "
|
|
63794
|
+
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
63795
|
+
"description": "An aggregate relationship",
|
|
60949
63796
|
"args": [
|
|
60950
63797
|
{
|
|
60951
63798
|
"name": "distinct_on",
|
|
@@ -60958,7 +63805,7 @@
|
|
|
60958
63805
|
"name": null,
|
|
60959
63806
|
"ofType": {
|
|
60960
63807
|
"kind": "ENUM",
|
|
60961
|
-
"name": "
|
|
63808
|
+
"name": "enrichment_queries_social_page_handles_select_column",
|
|
60962
63809
|
"ofType": null
|
|
60963
63810
|
}
|
|
60964
63811
|
}
|
|
@@ -61002,7 +63849,7 @@
|
|
|
61002
63849
|
"name": null,
|
|
61003
63850
|
"ofType": {
|
|
61004
63851
|
"kind": "INPUT_OBJECT",
|
|
61005
|
-
"name": "
|
|
63852
|
+
"name": "enrichment_queries_social_page_handles_order_by",
|
|
61006
63853
|
"ofType": null
|
|
61007
63854
|
}
|
|
61008
63855
|
}
|
|
@@ -61016,7 +63863,7 @@
|
|
|
61016
63863
|
"description": "filter the rows returned",
|
|
61017
63864
|
"type": {
|
|
61018
63865
|
"kind": "INPUT_OBJECT",
|
|
61019
|
-
"name": "
|
|
63866
|
+
"name": "enrichment_queries_social_page_handles_bool_exp",
|
|
61020
63867
|
"ofType": null
|
|
61021
63868
|
},
|
|
61022
63869
|
"defaultValue": null,
|
|
@@ -61029,7 +63876,7 @@
|
|
|
61029
63876
|
"name": null,
|
|
61030
63877
|
"ofType": {
|
|
61031
63878
|
"kind": "OBJECT",
|
|
61032
|
-
"name": "
|
|
63879
|
+
"name": "enrichment_queries_social_page_handles_aggregate",
|
|
61033
63880
|
"ofType": null
|
|
61034
63881
|
}
|
|
61035
63882
|
},
|
|
@@ -61037,7 +63884,36 @@
|
|
|
61037
63884
|
"deprecationReason": null
|
|
61038
63885
|
},
|
|
61039
63886
|
{
|
|
61040
|
-
"name": "
|
|
63887
|
+
"name": "enrichment_queries_social_page_handles_by_pk",
|
|
63888
|
+
"description": "fetch data from the table: \"enrichment_queries_social_page_handles\" using primary key columns",
|
|
63889
|
+
"args": [
|
|
63890
|
+
{
|
|
63891
|
+
"name": "id",
|
|
63892
|
+
"description": null,
|
|
63893
|
+
"type": {
|
|
63894
|
+
"kind": "NON_NULL",
|
|
63895
|
+
"name": null,
|
|
63896
|
+
"ofType": {
|
|
63897
|
+
"kind": "SCALAR",
|
|
63898
|
+
"name": "uuid",
|
|
63899
|
+
"ofType": null
|
|
63900
|
+
}
|
|
63901
|
+
},
|
|
63902
|
+
"defaultValue": null,
|
|
63903
|
+
"isDeprecated": false,
|
|
63904
|
+
"deprecationReason": null
|
|
63905
|
+
}
|
|
63906
|
+
],
|
|
63907
|
+
"type": {
|
|
63908
|
+
"kind": "OBJECT",
|
|
63909
|
+
"name": "enrichment_queries_social_page_handles",
|
|
63910
|
+
"ofType": null
|
|
63911
|
+
},
|
|
63912
|
+
"isDeprecated": false,
|
|
63913
|
+
"deprecationReason": null
|
|
63914
|
+
},
|
|
63915
|
+
{
|
|
63916
|
+
"name": "enrichment_queries_website_urls",
|
|
61041
63917
|
"description": "An array relationship",
|
|
61042
63918
|
"args": [
|
|
61043
63919
|
{
|
|
@@ -61051,7 +63927,7 @@
|
|
|
61051
63927
|
"name": null,
|
|
61052
63928
|
"ofType": {
|
|
61053
63929
|
"kind": "ENUM",
|
|
61054
|
-
"name": "
|
|
63930
|
+
"name": "enrichment_queries_website_urls_select_column",
|
|
61055
63931
|
"ofType": null
|
|
61056
63932
|
}
|
|
61057
63933
|
}
|
|
@@ -61095,7 +63971,7 @@
|
|
|
61095
63971
|
"name": null,
|
|
61096
63972
|
"ofType": {
|
|
61097
63973
|
"kind": "INPUT_OBJECT",
|
|
61098
|
-
"name": "
|
|
63974
|
+
"name": "enrichment_queries_website_urls_order_by",
|
|
61099
63975
|
"ofType": null
|
|
61100
63976
|
}
|
|
61101
63977
|
}
|
|
@@ -61109,7 +63985,7 @@
|
|
|
61109
63985
|
"description": "filter the rows returned",
|
|
61110
63986
|
"type": {
|
|
61111
63987
|
"kind": "INPUT_OBJECT",
|
|
61112
|
-
"name": "
|
|
63988
|
+
"name": "enrichment_queries_website_urls_bool_exp",
|
|
61113
63989
|
"ofType": null
|
|
61114
63990
|
},
|
|
61115
63991
|
"defaultValue": null,
|
|
@@ -61128,7 +64004,7 @@
|
|
|
61128
64004
|
"name": null,
|
|
61129
64005
|
"ofType": {
|
|
61130
64006
|
"kind": "OBJECT",
|
|
61131
|
-
"name": "
|
|
64007
|
+
"name": "enrichment_queries_website_urls",
|
|
61132
64008
|
"ofType": null
|
|
61133
64009
|
}
|
|
61134
64010
|
}
|
|
@@ -61138,7 +64014,7 @@
|
|
|
61138
64014
|
"deprecationReason": null
|
|
61139
64015
|
},
|
|
61140
64016
|
{
|
|
61141
|
-
"name": "
|
|
64017
|
+
"name": "enrichment_queries_website_urls_aggregate",
|
|
61142
64018
|
"description": "An aggregate relationship",
|
|
61143
64019
|
"args": [
|
|
61144
64020
|
{
|
|
@@ -61152,7 +64028,7 @@
|
|
|
61152
64028
|
"name": null,
|
|
61153
64029
|
"ofType": {
|
|
61154
64030
|
"kind": "ENUM",
|
|
61155
|
-
"name": "
|
|
64031
|
+
"name": "enrichment_queries_website_urls_select_column",
|
|
61156
64032
|
"ofType": null
|
|
61157
64033
|
}
|
|
61158
64034
|
}
|
|
@@ -61196,7 +64072,7 @@
|
|
|
61196
64072
|
"name": null,
|
|
61197
64073
|
"ofType": {
|
|
61198
64074
|
"kind": "INPUT_OBJECT",
|
|
61199
|
-
"name": "
|
|
64075
|
+
"name": "enrichment_queries_website_urls_order_by",
|
|
61200
64076
|
"ofType": null
|
|
61201
64077
|
}
|
|
61202
64078
|
}
|
|
@@ -61210,7 +64086,7 @@
|
|
|
61210
64086
|
"description": "filter the rows returned",
|
|
61211
64087
|
"type": {
|
|
61212
64088
|
"kind": "INPUT_OBJECT",
|
|
61213
|
-
"name": "
|
|
64089
|
+
"name": "enrichment_queries_website_urls_bool_exp",
|
|
61214
64090
|
"ofType": null
|
|
61215
64091
|
},
|
|
61216
64092
|
"defaultValue": null,
|
|
@@ -61223,7 +64099,7 @@
|
|
|
61223
64099
|
"name": null,
|
|
61224
64100
|
"ofType": {
|
|
61225
64101
|
"kind": "OBJECT",
|
|
61226
|
-
"name": "
|
|
64102
|
+
"name": "enrichment_queries_website_urls_aggregate",
|
|
61227
64103
|
"ofType": null
|
|
61228
64104
|
}
|
|
61229
64105
|
},
|
|
@@ -61231,8 +64107,8 @@
|
|
|
61231
64107
|
"deprecationReason": null
|
|
61232
64108
|
},
|
|
61233
64109
|
{
|
|
61234
|
-
"name": "
|
|
61235
|
-
"description": "fetch data from the table: \"
|
|
64110
|
+
"name": "enrichment_queries_website_urls_by_pk",
|
|
64111
|
+
"description": "fetch data from the table: \"enrichment_queries_website_urls\" using primary key columns",
|
|
61236
64112
|
"args": [
|
|
61237
64113
|
{
|
|
61238
64114
|
"name": "id",
|
|
@@ -61253,30 +64129,26 @@
|
|
|
61253
64129
|
],
|
|
61254
64130
|
"type": {
|
|
61255
64131
|
"kind": "OBJECT",
|
|
61256
|
-
"name": "
|
|
64132
|
+
"name": "enrichment_queries_website_urls",
|
|
61257
64133
|
"ofType": null
|
|
61258
64134
|
},
|
|
61259
64135
|
"isDeprecated": false,
|
|
61260
64136
|
"deprecationReason": null
|
|
61261
64137
|
},
|
|
61262
64138
|
{
|
|
61263
|
-
"name": "
|
|
61264
|
-
"description":
|
|
64139
|
+
"name": "fBAdSvcGetChannelCampaignForBrand",
|
|
64140
|
+
"description": null,
|
|
61265
64141
|
"args": [
|
|
61266
64142
|
{
|
|
61267
|
-
"name": "
|
|
61268
|
-
"description":
|
|
64143
|
+
"name": "brandID",
|
|
64144
|
+
"description": null,
|
|
61269
64145
|
"type": {
|
|
61270
|
-
"kind": "
|
|
64146
|
+
"kind": "NON_NULL",
|
|
61271
64147
|
"name": null,
|
|
61272
64148
|
"ofType": {
|
|
61273
|
-
"kind": "
|
|
61274
|
-
"name":
|
|
61275
|
-
"ofType":
|
|
61276
|
-
"kind": "ENUM",
|
|
61277
|
-
"name": "enrichment_queries_website_urls_select_column",
|
|
61278
|
-
"ofType": null
|
|
61279
|
-
}
|
|
64149
|
+
"kind": "SCALAR",
|
|
64150
|
+
"name": "Int",
|
|
64151
|
+
"ofType": null
|
|
61280
64152
|
}
|
|
61281
64153
|
},
|
|
61282
64154
|
"defaultValue": null,
|
|
@@ -61284,178 +64156,66 @@
|
|
|
61284
64156
|
"deprecationReason": null
|
|
61285
64157
|
},
|
|
61286
64158
|
{
|
|
61287
|
-
"name": "
|
|
61288
|
-
"description":
|
|
61289
|
-
"type": {
|
|
61290
|
-
"kind": "SCALAR",
|
|
61291
|
-
"name": "Int",
|
|
61292
|
-
"ofType": null
|
|
61293
|
-
},
|
|
61294
|
-
"defaultValue": null,
|
|
61295
|
-
"isDeprecated": false,
|
|
61296
|
-
"deprecationReason": null
|
|
61297
|
-
},
|
|
61298
|
-
{
|
|
61299
|
-
"name": "offset",
|
|
61300
|
-
"description": "skip the first n rows. Use only with order_by",
|
|
61301
|
-
"type": {
|
|
61302
|
-
"kind": "SCALAR",
|
|
61303
|
-
"name": "Int",
|
|
61304
|
-
"ofType": null
|
|
61305
|
-
},
|
|
61306
|
-
"defaultValue": null,
|
|
61307
|
-
"isDeprecated": false,
|
|
61308
|
-
"deprecationReason": null
|
|
61309
|
-
},
|
|
61310
|
-
{
|
|
61311
|
-
"name": "order_by",
|
|
61312
|
-
"description": "sort the rows by one or more columns",
|
|
64159
|
+
"name": "id",
|
|
64160
|
+
"description": null,
|
|
61313
64161
|
"type": {
|
|
61314
|
-
"kind": "
|
|
64162
|
+
"kind": "NON_NULL",
|
|
61315
64163
|
"name": null,
|
|
61316
64164
|
"ofType": {
|
|
61317
|
-
"kind": "
|
|
61318
|
-
"name":
|
|
61319
|
-
"ofType":
|
|
61320
|
-
"kind": "INPUT_OBJECT",
|
|
61321
|
-
"name": "enrichment_queries_website_urls_order_by",
|
|
61322
|
-
"ofType": null
|
|
61323
|
-
}
|
|
64165
|
+
"kind": "SCALAR",
|
|
64166
|
+
"name": "ID",
|
|
64167
|
+
"ofType": null
|
|
61324
64168
|
}
|
|
61325
64169
|
},
|
|
61326
64170
|
"defaultValue": null,
|
|
61327
64171
|
"isDeprecated": false,
|
|
61328
64172
|
"deprecationReason": null
|
|
61329
|
-
},
|
|
61330
|
-
{
|
|
61331
|
-
"name": "where",
|
|
61332
|
-
"description": "filter the rows returned",
|
|
61333
|
-
"type": {
|
|
61334
|
-
"kind": "INPUT_OBJECT",
|
|
61335
|
-
"name": "enrichment_queries_website_urls_bool_exp",
|
|
61336
|
-
"ofType": null
|
|
61337
|
-
},
|
|
61338
|
-
"defaultValue": null,
|
|
61339
|
-
"isDeprecated": false,
|
|
61340
|
-
"deprecationReason": null
|
|
61341
64173
|
}
|
|
61342
64174
|
],
|
|
61343
64175
|
"type": {
|
|
61344
64176
|
"kind": "NON_NULL",
|
|
61345
64177
|
"name": null,
|
|
61346
64178
|
"ofType": {
|
|
61347
|
-
"kind": "
|
|
61348
|
-
"name":
|
|
61349
|
-
"ofType":
|
|
61350
|
-
"kind": "NON_NULL",
|
|
61351
|
-
"name": null,
|
|
61352
|
-
"ofType": {
|
|
61353
|
-
"kind": "OBJECT",
|
|
61354
|
-
"name": "enrichment_queries_website_urls",
|
|
61355
|
-
"ofType": null
|
|
61356
|
-
}
|
|
61357
|
-
}
|
|
64179
|
+
"kind": "OBJECT",
|
|
64180
|
+
"name": "FBAdSvcChannelCampaign",
|
|
64181
|
+
"ofType": null
|
|
61358
64182
|
}
|
|
61359
64183
|
},
|
|
61360
64184
|
"isDeprecated": false,
|
|
61361
64185
|
"deprecationReason": null
|
|
61362
64186
|
},
|
|
61363
64187
|
{
|
|
61364
|
-
"name": "
|
|
61365
|
-
"description":
|
|
64188
|
+
"name": "fbAdSvcGetAdSetTemplate",
|
|
64189
|
+
"description": null,
|
|
61366
64190
|
"args": [
|
|
61367
64191
|
{
|
|
61368
|
-
"name": "
|
|
61369
|
-
"description":
|
|
61370
|
-
"type": {
|
|
61371
|
-
"kind": "LIST",
|
|
61372
|
-
"name": null,
|
|
61373
|
-
"ofType": {
|
|
61374
|
-
"kind": "NON_NULL",
|
|
61375
|
-
"name": null,
|
|
61376
|
-
"ofType": {
|
|
61377
|
-
"kind": "ENUM",
|
|
61378
|
-
"name": "enrichment_queries_website_urls_select_column",
|
|
61379
|
-
"ofType": null
|
|
61380
|
-
}
|
|
61381
|
-
}
|
|
61382
|
-
},
|
|
61383
|
-
"defaultValue": null,
|
|
61384
|
-
"isDeprecated": false,
|
|
61385
|
-
"deprecationReason": null
|
|
61386
|
-
},
|
|
61387
|
-
{
|
|
61388
|
-
"name": "limit",
|
|
61389
|
-
"description": "limit the number of rows returned",
|
|
61390
|
-
"type": {
|
|
61391
|
-
"kind": "SCALAR",
|
|
61392
|
-
"name": "Int",
|
|
61393
|
-
"ofType": null
|
|
61394
|
-
},
|
|
61395
|
-
"defaultValue": null,
|
|
61396
|
-
"isDeprecated": false,
|
|
61397
|
-
"deprecationReason": null
|
|
61398
|
-
},
|
|
61399
|
-
{
|
|
61400
|
-
"name": "offset",
|
|
61401
|
-
"description": "skip the first n rows. Use only with order_by",
|
|
61402
|
-
"type": {
|
|
61403
|
-
"kind": "SCALAR",
|
|
61404
|
-
"name": "Int",
|
|
61405
|
-
"ofType": null
|
|
61406
|
-
},
|
|
61407
|
-
"defaultValue": null,
|
|
61408
|
-
"isDeprecated": false,
|
|
61409
|
-
"deprecationReason": null
|
|
61410
|
-
},
|
|
61411
|
-
{
|
|
61412
|
-
"name": "order_by",
|
|
61413
|
-
"description": "sort the rows by one or more columns",
|
|
64192
|
+
"name": "id",
|
|
64193
|
+
"description": null,
|
|
61414
64194
|
"type": {
|
|
61415
|
-
"kind": "
|
|
64195
|
+
"kind": "NON_NULL",
|
|
61416
64196
|
"name": null,
|
|
61417
64197
|
"ofType": {
|
|
61418
|
-
"kind": "
|
|
61419
|
-
"name":
|
|
61420
|
-
"ofType":
|
|
61421
|
-
"kind": "INPUT_OBJECT",
|
|
61422
|
-
"name": "enrichment_queries_website_urls_order_by",
|
|
61423
|
-
"ofType": null
|
|
61424
|
-
}
|
|
64198
|
+
"kind": "SCALAR",
|
|
64199
|
+
"name": "ID",
|
|
64200
|
+
"ofType": null
|
|
61425
64201
|
}
|
|
61426
64202
|
},
|
|
61427
64203
|
"defaultValue": null,
|
|
61428
64204
|
"isDeprecated": false,
|
|
61429
64205
|
"deprecationReason": null
|
|
61430
|
-
},
|
|
61431
|
-
{
|
|
61432
|
-
"name": "where",
|
|
61433
|
-
"description": "filter the rows returned",
|
|
61434
|
-
"type": {
|
|
61435
|
-
"kind": "INPUT_OBJECT",
|
|
61436
|
-
"name": "enrichment_queries_website_urls_bool_exp",
|
|
61437
|
-
"ofType": null
|
|
61438
|
-
},
|
|
61439
|
-
"defaultValue": null,
|
|
61440
|
-
"isDeprecated": false,
|
|
61441
|
-
"deprecationReason": null
|
|
61442
64206
|
}
|
|
61443
64207
|
],
|
|
61444
64208
|
"type": {
|
|
61445
|
-
"kind": "
|
|
61446
|
-
"name":
|
|
61447
|
-
"ofType":
|
|
61448
|
-
"kind": "OBJECT",
|
|
61449
|
-
"name": "enrichment_queries_website_urls_aggregate",
|
|
61450
|
-
"ofType": null
|
|
61451
|
-
}
|
|
64209
|
+
"kind": "OBJECT",
|
|
64210
|
+
"name": "FBAdSvcAdSetTemplate",
|
|
64211
|
+
"ofType": null
|
|
61452
64212
|
},
|
|
61453
64213
|
"isDeprecated": false,
|
|
61454
64214
|
"deprecationReason": null
|
|
61455
64215
|
},
|
|
61456
64216
|
{
|
|
61457
|
-
"name": "
|
|
61458
|
-
"description":
|
|
64217
|
+
"name": "fbAdSvcGetChannelCampaignForRetailer",
|
|
64218
|
+
"description": null,
|
|
61459
64219
|
"args": [
|
|
61460
64220
|
{
|
|
61461
64221
|
"name": "id",
|
|
@@ -61465,7 +64225,23 @@
|
|
|
61465
64225
|
"name": null,
|
|
61466
64226
|
"ofType": {
|
|
61467
64227
|
"kind": "SCALAR",
|
|
61468
|
-
"name": "
|
|
64228
|
+
"name": "ID",
|
|
64229
|
+
"ofType": null
|
|
64230
|
+
}
|
|
64231
|
+
},
|
|
64232
|
+
"defaultValue": null,
|
|
64233
|
+
"isDeprecated": false,
|
|
64234
|
+
"deprecationReason": null
|
|
64235
|
+
},
|
|
64236
|
+
{
|
|
64237
|
+
"name": "retailerID",
|
|
64238
|
+
"description": null,
|
|
64239
|
+
"type": {
|
|
64240
|
+
"kind": "NON_NULL",
|
|
64241
|
+
"name": null,
|
|
64242
|
+
"ofType": {
|
|
64243
|
+
"kind": "SCALAR",
|
|
64244
|
+
"name": "Int",
|
|
61469
64245
|
"ofType": null
|
|
61470
64246
|
}
|
|
61471
64247
|
},
|
|
@@ -61475,9 +64251,13 @@
|
|
|
61475
64251
|
}
|
|
61476
64252
|
],
|
|
61477
64253
|
"type": {
|
|
61478
|
-
"kind": "
|
|
61479
|
-
"name":
|
|
61480
|
-
"ofType":
|
|
64254
|
+
"kind": "NON_NULL",
|
|
64255
|
+
"name": null,
|
|
64256
|
+
"ofType": {
|
|
64257
|
+
"kind": "OBJECT",
|
|
64258
|
+
"name": "FBAdSvcChannelCampaign",
|
|
64259
|
+
"ofType": null
|
|
64260
|
+
}
|
|
61481
64261
|
},
|
|
61482
64262
|
"isDeprecated": false,
|
|
61483
64263
|
"deprecationReason": null
|