| 5 | |
| 6 | #[derive(SimpleObject)] |
| 7 | pub struct ActivityLineItem { |
| 8 | pub description: String, |
| 9 | pub created_at: Timestamp, |
| 10 | } |
| 11 | |
| 12 | pub type ActivityLineItemConnection = |
| 13 | Connection<String, ActivityLineItem, EmptyFields, EmptyFields>; |
nothing calls this directly
no outgoing calls
no test coverage detected