Skip to content

Commit

Permalink
fix: fix gql builder
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 committed Mar 6, 2024
1 parent 4e1144d commit 82b30ae
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/gql/mutation/marketing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,8 @@ export const marketingMutationString = (

return `mutation {
marketing {
${gqlQuery(
"updateTwitterUser",
args,
fields
? convertObjectToPropertiesString(fields)
: convertObjectToPropertiesString(defaultTwitterUser),
excludeParentObject
)}
${GQLMarketingMutationQuery.join("\n")}
}
}`
}
Expand Down

0 comments on commit 82b30ae

Please sign in to comment.