@@ -264,10 +264,10 @@ export const UPDATE_COMMENT = gql`
264
264
export const UPSERT_SUB = gql `
265
265
${ PAID_ACTION }
266
266
mutation upsertSub($oldName: String, $name: String!, $desc: String, $baseCost: Int!,
267
- $postTypes: [String!]!, $billingType: String!,
267
+ $replyCost: Int!, $ postTypes: [String!]!, $billingType: String!,
268
268
$billingAutoRenew: Boolean!, $moderated: Boolean!, $nsfw: Boolean!) {
269
269
upsertSub(oldName: $oldName, name: $name, desc: $desc, baseCost: $baseCost,
270
- postTypes: $postTypes, billingType: $billingType,
270
+ replyCost: $replyCost, postTypes: $postTypes, billingType: $billingType,
271
271
billingAutoRenew: $billingAutoRenew, moderated: $moderated, nsfw: $nsfw) {
272
272
result {
273
273
name
@@ -279,10 +279,10 @@ export const UPSERT_SUB = gql`
279
279
export const UNARCHIVE_TERRITORY = gql `
280
280
${ PAID_ACTION }
281
281
mutation unarchiveTerritory($name: String!, $desc: String, $baseCost: Int!,
282
- $postTypes: [String!]!, $billingType: String!,
282
+ $replyCost: Int!, $ postTypes: [String!]!, $billingType: String!,
283
283
$billingAutoRenew: Boolean!, $moderated: Boolean!, $nsfw: Boolean!) {
284
284
unarchiveTerritory(name: $name, desc: $desc, baseCost: $baseCost,
285
- postTypes: $postTypes, billingType: $billingType,
285
+ replyCost: $replyCost, postTypes: $postTypes, billingType: $billingType,
286
286
billingAutoRenew: $billingAutoRenew, moderated: $moderated, nsfw: $nsfw) {
287
287
result {
288
288
name
0 commit comments