Files
clientsflow/frontend/graphql/operations/pins.graphql

8 lines
61 B
GraphQL

query PinsQuery {
pins {
id
contact
text
}
}