Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/wp-graphql/wp-graphql

:rocket: GraphQL API for WordPress
https://github.com/wp-graphql/wp-graphql

Add test to make sure posts queries that contain posts assigned to an author who is not a user on the current site still resolve, and that null is returned for the author field

7bbe64ea43abb17662cc9d76fc32c085eb00f3c3 authored about 5 years ago
Account for posts whose author is no longer a user

ea3291efc95f76a0a4f7e37092a31ffd8146b22c authored about 5 years ago
Adds Repeater fields description

f8e936f62e8ef614e2d7fc9205531527211fe77a authored about 5 years ago
Merge branch 'develop' of https://github.com/wp-graphql/wp-graphql into develop

017f932b750d66cc019c3aa449f56f831f6f37a4 authored about 5 years ago
Update wpgraphql-advanced-custom-fields.mdx

69a3a63e4a7d3161f7005237f4dafcd8248e33de authored about 5 years ago
Adds description about the usage of Flexible Content Field to ACF docs.

0953afbd035dd317230711ef00a1e52d2f17fe8b authored about 5 years ago
Adds more info to ACF docs.

646e73618e5f298d066d6a2fddc65944b18746bf authored about 5 years ago
Fixes path to doc pages

933787e4ee6788907fb7739ccae792df63a494e4 authored about 5 years ago
syntax error fixed.

d0621d7f7471fdbe0ff87ad5624fb6fe451319f3 authored about 5 years ago
Merge pull request #3 from jasonbahl/bugfix/interface-field-inheritance-2

Bugfix/interface field inheritance 2

b95a39aecc060a66ed1fcb0bf519d3b712e9fec6 authored about 5 years ago
Merge branch 'bugfix/interface-field-inheritance' into bugfix/interface-field-inheritance-2

c5ebd2fe5ccd3fead9de3b9397f5582b62718609 authored about 5 years ago
- update array_merge_recursive to array_replace_recursive

3c115566c60a5360a1663cda1a5c8235d78f4c16 authored about 5 years ago
Interface inheritance updated.

d426fa3dd1eb6d5665ecf6ddbb5cb7fc01e1e65a authored about 5 years ago
no message

23bdb68458fd4e86845389b40f610e63fc7caea4 authored about 5 years ago
- Update WPObjectType code to properly inherit Interface Fields

- Fix some issues in the InstrumentSchema class trying to potentially escape non-strings
- Add te...

a2856c8b5c48f53551dedbb11d88f45a243a0be0 authored about 5 years ago
- Adding support for ObjectTypes to inherit interface fields. ObjectTypes will still be responsible for ensuring they resolve properly

4bf2004a137eef3ecc6f48016f16efdb1042ee9f authored about 5 years ago
Update src/Data/Connection/AbstractConnectionResolver.php

reverting to what @codeprokid had

10e1a08f7e7d30946029d844ea065e87974fce20 authored about 5 years ago
Merge pull request #971 from CodeProKid/feature/model-cleanup

Cleaning up code in the model layer

5bb1b91c96e94fe52ae09468bcdae3d88367741f authored about 5 years ago
Merge pull request #1006 from epeli/is-graphql-request

Expose Router::is_graphql_request()

958e50e6ef98b85b1df80835f064d67bebbe6023 authored about 5 years ago
Expose Router::is_graphql_request()

fc44e0a973647a03a0187ca2bf6acdbc53b2dd9b authored about 5 years ago
interface field hook implemented

0351d3f452bba3043bf403d5af29a603e7004d6b authored about 5 years ago
shadow the sidebar-nav to change the active anchor link color

6fceccbe7c0acc8c421c42d66f32afec7881b431 authored about 5 years ago
Merge commit '8e95fd3e26de9f785861630fa346355416db6314' into develop

f6d8c59fcf2bffa88fb30e222cbe1802764273a2 authored about 5 years ago
Update netlify.toml

8e95fd3e26de9f785861630fa346355416db6314 authored about 5 years ago
Create .gitignore

9909aa1b11921dee1aa4a01336238b7f60958d7c authored about 5 years ago
Merge pull request #1003 from TylerBarnes/feat/add-new-docs-site

Feat/add new docs site

60037fe9f292b6e2252615c5f5280437cebe6ae3 authored about 5 years ago
Update src/Data/Connection/AbstractConnectionResolver.php

4dd56590629bc56ef1af541a0e4aa20967b104fe authored about 5 years ago
Reverting strict check to fix tests

0bc9649e7f8d24e3daff06a96b688d66fbb4105d authored about 5 years ago
Small code cleanup

42818dfe101d9d0fc9110b5bc6d853eda100ac5f authored about 5 years ago
Fix issue with model layer returning connected items on private posts

a21d4dfb2cd69cf6b25e1d4f88d7acdce6133b2b authored about 5 years ago
Merge pull request #990 from jasonbahl/bug/#989

#989 - Ensure inputs for taxonomies are respected on post object mutations

64dfbdd2a9f6fe39d007b18d95396de080c87511 authored about 5 years ago
#989 - Fix mutation to be lcfirst like the Schema, to ensure the fields get processed properly

966ad3dcd43b3d4aebab9f97e11e252844a96939 authored about 5 years ago
Merge commit 'b2970109bf6dc03e3cd2de0159ead0c44518a97d' into develop

982d1bbf7a357c01065b2583359f1b2845f81a7e authored about 5 years ago
Merge pull request #979 from wp-graphql/release/v0.4.0

Release/v0.4.0

b2970109bf6dc03e3cd2de0159ead0c44518a97d authored about 5 years ago
Merge branch 'master' into release/v0.4.0

# Conflicts:
# wp-graphql.php

ba5981215c3a9548eb74691542cf3d1996dff788 authored about 5 years ago
Bug/#985 register field on input type not working (#987)

Bug/#985 register field on input type not working

88bcf9121ba1227eb43d683b116e5a8813efc31e authored about 5 years ago
- Formatting changes

b6d006333cd5f066a7e11d0a4d0039bb4c91a030 authored about 5 years ago
- Add test to ensure `register_graphql_field` works on Input Types.

See: https://github.com/wp-graphql/wp-graphql/issues/985#issue-512892510

daf93804772fed64f528298dc4d95ba7b0255498 authored about 5 years ago
- This adds filters to the WPInputObject type to allow the `register_graphql_field` to work on input types the same as it works on Object Types

fd6ed45a55d9ac6ca91811589f566c134e3f00e3 authored about 5 years ago
- Support filtering UnionTypes

e988e9880384c1b5f1d9675597acd90cbf6c8197 authored over 5 years ago
- Don't set $post_types to a static variable

46dac9d4b1ad47da544535d7f77b31ce818fc148 authored over 5 years ago
Merge commit 'ec1fe71eac48b1af314a7ced00cc1214dac0cb94' into release/v0.4.0

235d0153aa873f9e2291ac1d6665d8894bf25f44 authored over 5 years ago
Merge commit '1224089059a67ae381c0bc19e2de3dc2effc69c7' into develop

f2b3c33e41376f31bd334f55711505ed39011c6e authored over 5 years ago
Merge pull request #984 from wp-graphql/release/v0.3.8

Release/v0.3.8

1224089059a67ae381c0bc19e2de3dc2effc69c7 authored over 5 years ago
RELEASE: Update version numbers

26c4d30b56907b7b8bdb10b2dd0f1a43b6bc62e3 authored over 5 years ago
Merge branch 'bug/#982-dont-throw-error-in-post-object-loader' into release/v0.3.8

ec1fe71eac48b1af314a7ced00cc1214dac0cb94 authored over 5 years ago
Merge pull request #983 from jasonbahl/bug/#982-dont-throw-error-in-post-object-loader

#982 - Remove error that's thrown in the PostObjectLoader

d0fdbf819fd655e1e6c3e959bedcfaf1a1b18b6f authored over 5 years ago
#982 - remove error that's thrown in the PostObjectLoader. There are valid cases for a Post to _not_ be returned from the loader when a key is provided

f9d0687d7c995f51be5c484634109657832118e5 authored over 5 years ago
update publish dir

22b98cbcb237fbbe0dac8a0dfde561a75b3359ec authored over 5 years ago
add netlify toml

a9d76e15b92ce888f168e4f23ae56f7c3246ca3f authored over 5 years ago
only show the mobile header on mobile

5e6ea8528105e45eac2fadb0952e9677f0792b3b authored over 5 years ago
add mobile nav

f4dd0d10dbf265915828e6d7c6183d4a0f7ac002 authored over 5 years ago
add new docs site with apollo docs theme

a86900403ae59221261f30b8931eaa38083c2022 authored over 5 years ago
- transverse init_graphql_type_registry and graphql_register_types

a9d4625c33f89f323d53ed7272fb2e196963b0c2 authored over 5 years ago
release/v0.4.0 - update version numbers

e86548c8a3096c3c67fa6bf6c4cbfe2e3fb62d50 authored over 5 years ago
Merge branch 'master' of github.com:wp-graphql/wp-graphql into feature/#846-allow-schema-to-be-cleared

# Conflicts:
# src/Type/Enum/UsersConnectionOrderbyEnum.php
# src/Type/Input/UsersConnectionOrde...

1554f20d1c5acd63944432726d594ce1de7f55b6 authored over 5 years ago
Merge pull request #978 from wp-graphql/release/v0.3.7

Release/v0.3.7

95c9db84c5ae55eaaea7eef4f5cf995960420b30 authored over 5 years ago
Merge commit 'ce4f96d65ce6765360e5b8781c55ca041a0d5a8f' into release/v0.3.7

27b925fb37333215db4c35497dece662996a0d27 authored over 5 years ago
Release v0.3.7 - update version tags

3c4b8df799dbea5f6398cbd4fcf8c636271b5185 authored over 5 years ago
Merge pull request #975 from TylerBarnes/feature/lint-staged-phpcs

Feature/lint staged phpcs

ce4f96d65ce6765360e5b8781c55ca041a0d5a8f authored over 5 years ago
add additional temporary instructions to readme.

ac198018757c4781c4b2e3618fc6ecbb0df4ce60 authored over 5 years ago
Merge pull request #977 from wp-graphql/revert-976-revert-963-CI-6875

Revert "Revert "CI-6875 | updating Wordpress, MySQL, and PHP Composer Docker versions""

b20b34dd48bd4a4ea2092dce4fee1c3c5a066d72 authored over 5 years ago
Revert "Revert "CI-6875 | updating Wordpress, MySQL, and PHP Composer Docker versions""

8b9512f0fe76156e71515860b6768ca59d533480 authored over 5 years ago
- reverting composer.lock

810d2e37bfe533a1667fe15280ecf0d7337c42e8 authored over 5 years ago
Merge pull request #976 from wp-graphql/revert-963-CI-6875

Revert "CI-6875 | updating Wordpress, MySQL, and PHP Composer Docker versions"

791d64920a3d0466aa534b6cc7ca6ceeae8b9df5 authored over 5 years ago
Revert "CI-6875 | updating Wordpress, MySQL, and PHP Composer Docker versions"

e6e032e2af7efd35bd37eacd2d39e942c85923f1 authored over 5 years ago
- run `composer install --no-dev`

0d8b78f91fd8a3b4de866c00403a9e13a7becc01 authored over 5 years ago
Add note to the readme

6ccd3f5cee2ec0ff243688a22aca78cb7084bea1 authored over 5 years ago
use composer script instead of calling vendor bin

9a21611209705b03525d0000a753f4e55fd6235e authored over 5 years ago
list lint errors instead of trying to fix them

f5dee74c5bdfaaefd44c9d14cdd3ddf5e0a6ec12 authored over 5 years ago
add husky and lint staged to run php cs fixer before commit

d2c8aebb9b9aaa0090d11c507d976ded467740d3 authored over 5 years ago
fix composer install by deleting composer.lock and re-running composer install

b1b25989307b5aff4d51856d835bcb0b84981c60 authored over 5 years ago
Merge pull request #963 from mngi-arogers/CI-6875

CI-6875 | updating Wordpress, MySQL, and PHP Composer Docker versions

e3791b2c9eeea0caebd88575a658811333297f7a authored over 5 years ago
Allow developers to short circuit potentially expensive is_private check in model layer

402f355fb3beb679f752cee9eed4c011f6a31707 authored over 5 years ago
Cleaning up code in the model layer

9f3927ca09111b74f029e553c84588448bdf012d authored over 5 years ago
updating Wordpress, MySQL, and PHP Composer Docker versions

dbdb1c97ba62dd3c890068b529241e87f2a8a8d9 authored over 5 years ago
Merge pull request #950 from jydmnd/bug/#947-sourceurl-false-for-non-image-file-uploads

sourceURL returns file attachment url if file is not an image

7a878d8eb60eae9d5f2d9181620374cac209f547 authored over 5 years ago
- formatting fixes

9ea6920dd6610b92805641879ff55a67c344f929 authored over 5 years ago
Merge pull request #959 from jasonbahl/feature/#958-add-getters-to-abstract-connection-resolver

Feature/#958 add getters to abstract connection resolver

4855753012815b13b4eb002e22d6ad407703ebfc authored over 5 years ago
Formatting changes

ran `composer run fix-cs`

822a3bf19653fe9eabeff9be8fc1cd6b1f3d7f3e authored over 5 years ago
#958 - Add Public Getters to AbstractConnectionResolver class

7ba726e487ea5cb7fdfe1819b3a6df8be784e16e authored over 5 years ago
- Add register_graphql_interface_type access function

- Abstract node interface registration to its own file

275c858e42e83e9e4089a7d7600635a272ed6868 authored over 5 years ago
- Remove unneeded test fields from RootQuery (added for debugging)

- Remove unneeded test files (added for debugging)

bf0de0a27013675af3bd20f6d6f79bf9c3a68610 authored over 5 years ago
Merge branch 'master' into feature/#846-allow-schema-to-be-cleared

# Conflicts:
# src/Registry/TypeRegistry.php
# src/Request.php

73587d21409ae2520a5569441c936513b9ad88d5 authored over 5 years ago
fixed spacing + added a test for non-image media

e14a2937ab4259257441e4ea8b6fc40706ec78ed authored over 5 years ago
added property mediaItemUrl + related unit test

e9a7a626336247dfb2ddfefcf31e2271a94a7bca authored over 5 years ago
- pull in changes from master

- ran `composer install --no-dev`

e85536d6e5fcbdb33297f4ffe10f4fd93fd976a7 authored over 5 years ago
Merge pull request #953 from wp-graphql/release/v0.3.6

v0.3.6

771ea045d6c082a3a20ead7acdccffd393d1c1f1 authored over 5 years ago
Merge pull request #952 from wp-graphql/develop

v0.3.6

ebe18498ee981335025d1e62633341d37dd4e9b9 authored over 5 years ago
🔖 Update version for release

e10b1e564e8b9d54e8105143c9d9acf0234226f6 authored over 5 years ago
Merge pull request #936 from jasonbahl/feature/#935-authentication-errors-should-prevent-execution

#935 - Check for authentication errors prior to execution.

a72380c8078b600eac6b2ece69d36aa9f309b4a1 authored over 5 years ago
- Updates to docblocks

- removes unused portion of code

67e8508ca8420a427fccb683ea35c565c489cfbd authored over 5 years ago
Merge pull request #906 from let00/bug/#113-cursor-pagination-for-user-connection

#113 - Cursor pagination for user connection

a23b1d25de2feeb1288cd777b600deb8866687f0 authored over 5 years ago
Merge branch 'develop' into bug/#113-cursor-pagination-for-user-connection

c870d5ece674af24b53b0a79ecb209dc0af43130 authored over 5 years ago
- Change the `number` query arg for the User Connection Resolver to query 1 more item than is needed, so that `hasNextPage` can be determined.

25d0cdb4857b2831e9160ff0f7440851a4e96dc3 authored over 5 years ago
Update README.md

6a438a52003a02947911c1bbc373712ac1eadc62 authored over 5 years ago
- Fix breaking test. Has nothing to do with the test, just some accidental file change.

424ca5b6b621176aa3723074460c7c44cd653ba5 authored over 5 years ago
- Fix formatting and add DocBlocks

- run `composer-install` to regenerate autoloader classmap

7f085df6aafd34b4b84ca390a0c3a82e5fff10bb authored over 5 years ago
#846 - Allow Schema to be cleared

Updates to settings to fix broken tests

32f5934226a72fd30e070ba8e0d938ca1ce25fcf authored over 5 years ago
sourceURL returns file attachment url if file is not an image

32ed9e5b1819ddfb828a2807e518e3d6f508f662 authored over 5 years ago