Files
memesearch-frontend/graphql/queries/search.graphql
T
2026-06-24 15:59:13 +02:00

7 lines
110 B
GraphQL

query Search($limit: Int, $image: String) {
search(limit: $limit, image: $image) {
image
text
}
}