this_is_fine_dev
this_is_fine_dev
I want also add all ACF fields added to posts in this api response
I figure out how to avoid this kind of error, you have to set expiration date on apollo token cookie same as jwt token expiration on the server side. Next...
same problem, missed option in config to set right language, any solution?
Still not working on m1 :(
> brew install widelands && brew link widelands this works for me
``` add_action( 'graphql_register_types', function() { register_graphql_fields( 'RootQueryToPostConnectionWhereArgs', [ 'excludeBySlug' => [ 'type' => 'ID', 'description' => 'Exclude posts by slug', ] ] ); } ); add_filter( 'graphql_post_object_connection_query_args', function( $query_args, $source,...
https://github.com/iamkun/dayjs/blob/dev/docs/en/I18n.md `import 'dayjs/locale/pl'` and `{{ $dayjs('DATE').locale('pl').format('dddd, MMMM DD, YYYY') }}` works for me