Creator of the GraphQL API for WordPress. Contributing writer for CSS-Tricks, the LogRocket blog, Design Bombs and Smashing Magazine
- Kuala Lumpur, Malaysia
- https://leoloso.com
- @losoviz
Block or Report
Block or report leoloso
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuse26,973 contributions in the last year
Contribution activity
May 2022
Created 1,292 commits in 163 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 138 repositories not shown
Created 1 repository
Created a pull request in nicholasaleks/graphql-threat-matrix that received 1 comment
Fill GraphQL API for WP
Alright, I completed the info for my server now. Please notice that I counted 37 validations, but I've listed down 40, with 3 of them between paren…
+111
−99
•
1
comment
Opened 41 other pull requests in 2 repositories
leoloso/PoP
39
merged
1
open
- Renamed FilterInputProcessor to FilterInput
- Use single filter per FilterInputProcessor
- Added integration tests for all entities in schema
- Append fixture folder to PHPUnit error message
- Updated Guzzle to v7.4.3
- Added categories to initial data
-
Test
updatePost
permissions -
Renamed
getDataFields
and other 3 functions - Renamed ModuleField to ComponentField
- Renamed "Module" to "Component"
- Add interface for AbstractComponentRoutingProcessor
- Rename ModuleRouting to ComponentRouting
- Renamed Component to Module
-
Rename
getDomainSwitchingSubmodules
togetRelationalSubmodules
- Rename DangerouslyDynamicScalar to DangerouslyNonSpecificScalar
-
Use field instead of string for
$dataFields
-
Added test to replicate the REST API using the
self
field - Added PHPUnit tests for multiple GraphQL validation errors
- Added integration test for user roles and capabilities
- Test core fields with namespacing
- Skip processing global fields in GraphQL schema
- Added PHPUnit test for Namespacing (using the standalone server)
- Integration test for namespacing
- Integration test for "treat user email as private data" settings
- Renamed methods to not start with "test"
- Some pull requests not shown.