Skip to content

Commit

Permalink
feat: allow graphQLQueryArgument for multi-argument graphQLQueryFields
Browse files Browse the repository at this point in the history
  • Loading branch information
BasKiers committed Aug 28, 2023
1 parent 189c39b commit 653af3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/requests/typings/deliveryFunction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export type GraphQLFieldTypeMapping = {
fieldId: string
graphQLOutputType: string
graphQLQueryField: string
graphQLQueryArgument: string
graphQLQueryArgument: string | Record<string, string>
}

export type GraphQLQueryRequest = {
Expand Down

0 comments on commit 653af3a

Please sign in to comment.