dateAccessible
Computes the date-accessible value from a period end date. Returns the 15th day of +3 months from the input date. Example: _fn @dateAccessible(ref: "periodEndDate") with '2025-08-30' returns '2025-11-15'.
directive @dateAccessible(
ref: String
refs: [String!]
) on FIELD