resolveCreatedAt
Function: resolveCreatedAt()
resolveCreatedAt(
parent,_args,ctx):Promise<Date>
Defined in: src/graphql/types/ActionItem/createdAt.ts:11
Resolver for the createdAt field on ActionItem. Returns the createdAt timestamp if the current user is authenticated and is either an administrator or has an organization membership with administrator privileges.
Parameters
parent
createdAt
Date
organizationId
string
_args
Record<string, never>
ctx
Returns
Promise<Date>