PluginResolvers
talawa-api • Docs
talawa-api / types/generatedGraphQLTypes / PluginResolvers
Type Alias: PluginResolvers<ContextType, ParentType>
> PluginResolvers<ContextType
, ParentType
>: object
Type Parameters
• ContextType = any
• ParentType extends ResolversParentTypes
["Plugin"
] = ResolversParentTypes
["Plugin"
]
Type declaration
__isTypeOf?
> optional
__isTypeOf: IsTypeOfResolverFn
<ParentType
, ContextType
>
_id?
> optional
_id: Resolver
<ResolversTypes
["ID"
], ParentType
, ContextType
>
pluginCreatedBy?
> optional
pluginCreatedBy: Resolver
<ResolversTypes
["String"
], ParentType
, ContextType
>
pluginDesc?
> optional
pluginDesc: Resolver
<ResolversTypes
["String"
], ParentType
, ContextType
>
pluginName?
> optional
pluginName: Resolver
<ResolversTypes
["String"
], ParentType
, ContextType
>
uninstalledOrgs?
> optional
uninstalledOrgs: Resolver
<Maybe
<ResolversTypes
["ID"
][]>, ParentType
, ContextType
>