OBJECT
LeastRecentlyUpdated
link GraphQL Schema definition
- type LeastRecentlyUpdated {
- # record ID
- : Int
- # record name
- : String
- # the time the record was modified
- : ISO8601DateTime
- }
OBJECT
- type LeastRecentlyUpdated {
- # record ID
- : Int
- # record name
- : String
- # the time the record was modified
- : ISO8601DateTime
- }