Skip to content

Instantly share code, notes, and snippets.

<?php
/**
* Provides the css generated by theme.json in WPGraphQL
*/
add_action( 'graphql_register_types', function() {
$field_config = array(
'type' => 'String',
'args' => array(),