List view
Security, security, security... This is where WP GraphQL will explore authentication, privilege checking, and making use of contexts within WP GraphQL. By the end of 0.3.0 WP GraphQL should be reassessed and if all looks good do a formal release on WordPress.org!
No due date•0/2 issues closedImprove architecture of handling requests and dispatching responses. Currently WP GraphQL is a bunch of code slapped together to serve the requests! Once this is done WP GraphQL can focus on implementing extensive extensibility features as well as lay the foundation for beginning to work on security and permissions. Relay compliant collections. By formatting the collections to match Relay Connections we can enable Relay.js to be used as a client library. Relay compliant collections also afford great performance gains as well as an abstraction from auto increment IDs, via cursors.
No due date•0/2 issues closedThis will be the finalization of the initial type system. It needs to have human readable descriptions of every type/query available. Each type should have edges that point to related resources. Relay compliant collections will come in another milestone.
No due date•32/68 issues closed