You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using GraphQL with the Laravel framework, and want to know if there is a known way of integrating this Federation library with that framework? In particular I'm using Rebing's GraphQL library for Laravel.
In Rebing's library, the function that loads the schema (where I would insert the Federation code), is actually in the vendor's code base, so it cannot be easily modified without a composer patch. Is there a better (recommended) way of doing this?
I'm using GraphQL with the Laravel framework, and want to know if there is a known way of integrating this Federation library with that framework? In particular I'm using Rebing's GraphQL library for Laravel.
In Rebing's library, the function that loads the schema (where I would insert the Federation code), is actually in the vendor's code base, so it cannot be easily modified without a
composer
patch. Is there a better (recommended) way of doing this?https://github.com/rebing/graphql-laravel/blob/master/src/GraphQL.php#L148
The text was updated successfully, but these errors were encountered: