Community

GraphQL - filter by lastUpdatedAt


Comments

2 comments

  • Avatar
    Tom Sparrow

    There's not even a createdAt filter on Contacts. It's so inconsistent and hard to tell where an approach will fall over due to a missing feature on one type that's present on another.

    0
    Comment actions Permalink
  • Avatar
    Tom Sparrow

    Today's discovery: some types have updatedAt options. Events only have updatedAt and no createdAt, and several have neither updated or created dates.

    Learners have updated, but it's labelled differently.

    • Accounts: createdAt 
    • Contacts: neither
    • Opportunities: createdAt, updatedAt
    • Events: only updatedAt (!? I guess that covers created at as well, a bit...)
    • CourseTemplates: neither
    • Learners: createdAt, lastUpdatedAt
    • Invoices: createdAt
    • Tasks: dueDate, but neither of the others.
    0
    Comment actions Permalink

Please sign in to leave a comment.