Skip to content

Commit

Permalink
feat: make graphQLOutputType optional (#402)
Browse files Browse the repository at this point in the history
* feat: make graphQLOutputType optional

* Apply suggestions from code review

---------

Co-authored-by: Mitch Goudy <[email protected]>
  • Loading branch information
BasKiers and mgoudy91 authored Oct 26, 2023
1 parent cc4aaa1 commit b45ec75
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 @@ -23,7 +23,7 @@ export type GraphQLFieldTypeMappingResponse = {
export type GraphQLFieldTypeMapping = {
contentTypeId: string
fieldId: string
graphQLOutputType: string
graphQLOutputType?: string
graphQLQueryField: string
graphQLQueryArguments: Record<string, string>
}
Expand Down

0 comments on commit b45ec75

Please sign in to comment.