MCPcopy Create free account
hub / github.com/emwalker/digraph / ActivityLineItem

Class ActivityLineItem

backend/src/graphql/activity.rs:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6#[derive(SimpleObject)]
7pub struct ActivityLineItem {
8 pub description: String,
9 pub created_at: Timestamp,
10}
11
12pub type ActivityLineItemConnection =
13 Connection<String, ActivityLineItem, EmptyFields, EmptyFields>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected