AddressResolvers
talawa-api • Docs
talawa-api / types/generatedGraphQLTypes / AddressResolvers
Type Alias: AddressResolvers<ContextType, ParentType>
> AddressResolvers<ContextType
, ParentType
>: object
Type Parameters
• ContextType = any
• ParentType extends ResolversParentTypes
["Address"
] = ResolversParentTypes
["Address"
]
Type declaration
__isTypeOf?
> optional
__isTypeOf: IsTypeOfResolverFn
<ParentType
, ContextType
>
city?
> optional
city: Resolver
<Maybe
<ResolversTypes
["String"
]>, ParentType
, ContextType
>
countryCode?
> optional
countryCode: Resolver
<Maybe
<ResolversTypes
["String"
]>, ParentType
, ContextType
>
dependentLocality?
> optional
dependentLocality: Resolver
<Maybe
<ResolversTypes
["String"
]>, ParentType
, ContextType
>
line1?
> optional
line1: Resolver
<Maybe
<ResolversTypes
["String"
]>, ParentType
, ContextType
>
line2?
> optional
line2: Resolver
<Maybe
<ResolversTypes
["String"
]>, ParentType
, ContextType
>
postalCode?
> optional
postalCode: Resolver
<Maybe
<ResolversTypes
["String"
]>, ParentType
, ContextType
>
sortingCode?
> optional
sortingCode: Resolver
<Maybe
<ResolversTypes
["String"
]>, ParentType
, ContextType
>
state?
> optional
state: Resolver
<Maybe
<ResolversTypes
["String"
]>, ParentType
, ContextType
>