MaximumValueErrorResolvers
talawa-api • Docs
talawa-api / types/generatedGraphQLTypes / MaximumValueErrorResolvers
Type Alias: MaximumValueErrorResolvers<ContextType, ParentType>
> MaximumValueErrorResolvers<ContextType
, ParentType
>: object
Type Parameters
• ContextType = any
• ParentType extends ResolversParentTypes
["MaximumValueError"
] = ResolversParentTypes
["MaximumValueError"
]
Type declaration
__isTypeOf?
> optional
__isTypeOf: IsTypeOfResolverFn
<ParentType
, ContextType
>
limit?
> optional
limit: Resolver
<ResolversTypes
["Int"
], ParentType
, ContextType
>
message?
> optional
message: Resolver
<ResolversTypes
["String"
], ParentType
, ContextType
>
path?
> optional
path: Resolver
<ResolversTypes
["String"
][], ParentType
, ContextType
>