8 lines
61 B
GraphQL
8 lines
61 B
GraphQL
query PinsQuery {
|
|
pins {
|
|
id
|
|
contact
|
|
text
|
|
}
|
|
}
|