16 lines
155 B
GraphQL
16 lines
155 B
GraphQL
query FeedQuery {
|
|
feed {
|
|
id
|
|
at
|
|
contact
|
|
text
|
|
proposal {
|
|
title
|
|
details
|
|
key
|
|
}
|
|
decision
|
|
decisionNote
|
|
}
|
|
}
|