Get Memes Categories
This feature is for retrieving categories of memes in RocketMeme Platform. Detaied look at the schema is seen below:
Using the GraphQL API
query GetMemeCategories {
meme_categories() {
id
category_title
no_of_memes
thumb_nail
}
}query GetMemeCategories {
meme_categories_aggregate(limit: 10, offset: 0) {
nodes {
id
category_title
no_of_memes
thumb_nail
}
}
}Using the REST API
Last updated
