Skip to content

Instantly share code, notes, and snippets.

View webwidely's full-sized avatar
🏠
Working from home

Abdulrauf webwidely

🏠
Working from home
View GitHub Profile
@webwidely
webwidely / grapqlexample.php
Created October 14, 2021 16:31 — forked from matezito/grapqlexample.php
Extender WPGraphQL
<?php
/**
* Plugin Name: GraphQL Example
* Textdomain: graphqlexample
*/
/**
* Add logo and favicon images url to graphql schema in the rootquery. copy file into wp-content/plugins and then activate from Plugin's page.
**/
function get_logo()
{