graphql_format_field_name
graphql_format_field_name( $field_name ): string;
Formats the name of a field so that it plays nice with GraphiQL
- Since: 0.0.2
- Source File:
plugins/wp-graphql/access-functions.php
Parameters
$field_name(string): Name of the field
Return
string: Name of the field
Source
function graphql_format_field_name( $field_name ): string {