Skip to content

Commit

Permalink
fix: latest schema (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 authored Feb 6, 2024
1 parent 234666b commit 3753936
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gql/query/marketing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
doGqlQuery,
GQLLike,
GQLMarketingQueryGqlLikesArgs,
GQLMarketingQueryGqlTasksArgs,
GQLMarketingQueryGqlTweetsArgs,
GQLMarketingQueryGqlTwitterUserArgs,
gqlQuery,
Expand All @@ -20,6 +21,7 @@ export type QueryMarketingArgs = {
twitterUser?: Partial<GQLMarketingQueryGqlTwitterUserArgs>
tweets?: Partial<GQLMarketingQueryGqlTweetsArgs>
likes?: Partial<GQLMarketingQueryGqlLikesArgs>
tasks?: Partial<GQLMarketingQueryGqlTasksArgs>
}

export interface GqlOutMarketingQuery {
Expand Down

1 comment on commit 3753936

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines Statements Branches Functions
Coverage: 93%
94.62% (1197/1265) 87.82% (541/616) 88.03% (309/351)

Please sign in to comment.