CommunityResolvers
talawa-api • Docs
talawa-api / types/generatedGraphQLTypes / CommunityResolvers
Type Alias: CommunityResolvers<ContextType, ParentType>
> CommunityResolvers<ContextType
, ParentType
>: object
Type Parameters
• ContextType = any
• ParentType extends ResolversParentTypes
["Community"
] = ResolversParentTypes
["Community"
]
Type declaration
__isTypeOf?
> optional
__isTypeOf: IsTypeOfResolverFn
<ParentType
, ContextType
>
_id?
> optional
_id: Resolver
<ResolversTypes
["ID"
], ParentType
, ContextType
>
logoUrl?
> optional
logoUrl: Resolver
<Maybe
<ResolversTypes
["String"
]>, ParentType
, ContextType
>
name?
> optional
name: Resolver
<ResolversTypes
["String"
], ParentType
, ContextType
>
socialMediaUrls?
> optional
socialMediaUrls: Resolver
<Maybe
<ResolversTypes
["SocialMediaUrls"
]>, ParentType
, ContextType
>
timeout?
> optional
timeout: Resolver
<Maybe
<ResolversTypes
["Int"
]>, ParentType
, ContextType
>
websiteLink?
> optional
websiteLink: Resolver
<Maybe
<ResolversTypes
["String"
]>, ParentType
, ContextType
>