Skip to main content

FeedApproval

No description

type FeedApproval {
id: ID!
url: String!
user: User
createdAt: DateTime
}

Fields

id (ID!)

url (String!)

user (User)

createdAt (DateTime)