register_graphql_admin_notice
Add an admin notice that will display on the plugins page, network plugins page, WPGraphQL Settings page and WPGraphQL IDE page.
Add an admin notice that will display on the plugins page, network plugins page, WPGraphQL Settings page and WPGraphQL IDE page.
Given a Type Name and a `$config` array, this adds an UnionType to the TypeRegistry
Given an array with a Query and optional Variables and Operation Name this executes a GraphQL request.
Given a Mutation Name and Config array, this adds a Mutation to the Schema
Given a Type Name and Field Name, this removes the field from the TypeRegistry
Given a config array for a custom Scalar, this registers a Scalar for use in the Schema
Given a config array for a connection, this registers a connection by creating all appropriate fields and types for the connection.
Given a type name and interface name, this applies the interface to the Type.
Given a Type Name and a $config array, this adds an Interface Type to the TypeRegistry
Given a Type Name and a $config array, this adds an EnumType to the TypeRegistry
Given a Type Name and a $config array, this adds an InputType to the TypeRegistry
Add an Object Type to the GraphQL Schema
Add one or more fields to a Type in the GraphQL Schema
Add a field to a Type in the GraphQL Schema