register_graphql_type
register_graphql_type( string $type_name, array $config ): void;
Given a Type Name and a $config array, this adds a Type to the TypeRegistry
- Since: 0.1.0
- Source File:
plugins/wp-graphql/access-functions.php
Parameters
$type_name(string): The name of the Type to register$config(array<string,mixed>): The Type config
Source
function register_graphql_type( string $type_name, array $config ): void {