No description
type Activity {
  id: String!
  metadata: ActivityMetadata!
}

Fields

id
String!
Unique identifier for the activity.
metadata
ActivityMetadata!
Metadata associated with the activity.

Returned By

lookupActivity

Member Of

ActivityResponse