Skip to content

Commit

Permalink
fix(type): keep void
Browse files Browse the repository at this point in the history
  • Loading branch information
damassi committed Apr 11, 2023
1 parent 7b2114c commit ffa58c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/v2/me/partners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { ResolverContext } from "types/graphql"
import { Partners } from "schema/v2/partner/partners"
import { GraphQLInt } from "graphql"

export const ManagedPartners: GraphQLFieldConfig<any, ResolverContext> = {
export const ManagedPartners: GraphQLFieldConfig<void, ResolverContext> = {
type: Partners.type,
description: "A list of the current user’s managed partners",
args: {
Expand Down

0 comments on commit ffa58c4

Please sign in to comment.