Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

GraphQL schema for TenderTransaction has nullable processedAt

GraphQL schema for TenderTransaction has nullable processedAt

Jichao
New Member
4 0 0

Is this nullable field intentional? Is this field strictly increasing and imply non mutability for records before now?

 

I would like to use this field as part of an incremental extraction, and I'm wondering if it actually should be non-nullable and would be a good candidate for a incremental state key?

Reply 1 (1)

lizk
Shopify Staff
246 58 79

Hi there 👋

Currently there is no case where the processedAt field should return null. 

Though because the schema has the field as nullable, this could change without any notice, so I would advise to use at your own risk.

To learn more visit the Shopify Help Center or the Community Blog.