GraphQL Fields API Reference
Register Fields to the Schema
@todo: Document the registration API
- register_graphql_field()
- deregister_graphql_field()
Filtering Field Definitions
@todo: Document how to filter existing field definitions
Root Fields
@todo: Document that fields on any Type in the Schema are the same, including Root Fields, they're just fields on the RootQuery Type, so they serve as a root entry into the Schema.