WP Manifestindependent plugin directory
manifest / integrations / wp-graphql-dad-jokes

WPGraphQL Dad Jokes

Get a random Dad Joke returned via GraphQL query using the WPGraphQL WordPress plugin (https://github.com/wp-graphql/wp-graphql)

by WPGraphQL, Jason Bahl · github.com/wp-graphql/wp-graphql-dad-jokes · website

13stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/wp-graphql/wp-graphql-dad-jokes/archive/refs/heads/master.zip

Readme

WPGraphQL Dad Jokes

This is an extension to the WPGraphQL plugin (https://github.com/wp-graphql/wp-graphql) that adds a dadJoke root query that returns a random dad joke from icanhazdadjoke.com

To query for a dad joke:

{
  dadJoke
}
GraphiQL dadJoke query

Read the full README on GitHub →