OrganizationCustomFieldResolvers
talawa-api • Docs
talawa-api / types/generatedGraphQLTypes / OrganizationCustomFieldResolvers
Type Alias: OrganizationCustomFieldResolvers<ContextType, ParentType>
> OrganizationCustomFieldResolvers<ContextType
, ParentType
>: object
Type Parameters
• ContextType = any
• ParentType extends ResolversParentTypes
["OrganizationCustomField"
] = ResolversParentTypes
["OrganizationCustomField"
]
Type declaration
__isTypeOf?
> optional
__isTypeOf: IsTypeOfResolverFn
<ParentType
, ContextType
>
_id?
> optional
_id: Resolver
<ResolversTypes
["ID"
], ParentType
, ContextType
>
name?
> optional
name: Resolver
<ResolversTypes
["String"
], ParentType
, ContextType
>
organizationId?
> optional
organizationId: Resolver
<ResolversTypes
["String"
], ParentType
, ContextType
>
type?
> optional
type: Resolver
<ResolversTypes
["String"
], ParentType
, ContextType
>