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
Currently, the dev branch has a graphql directory containing a (somewhat outdated now) GraphQL-based implementation of the API. While this could be useful to transition to at a later point, using GraphQL is not currently a priority nor is it a clean change to make.
As such, it would make sense to move this directory to its own separate branch and then remove it from the dev branch.
Remove graphql directory from dev branch
Transition graphql directory to its own branch
The text was updated successfully, but these errors were encountered:
jpahm
added
the
L1
A task suitable for someone who is comfortable helping with basic issues.
label
Sep 5, 2024
Hi! I'd like to work on this but I have a few questions to clarify. Are we supposed to create another branch which we will keep the graphql directory and then we will remove graphql in the branch develop?
Hi! I'd like to work on this but I have a few questions to clarify. Are we supposed to create another branch which we will keep the graphql directory and then we will remove graphql in the branch develop?
Thanks.
Hi, yes, that's correct! You can go ahead and merge the GraphQL branch you make into this branch. Ideally, the GraphQL branch should exclude the current API (in the api dir) and the non-GraphQL branch should exclude the GraphQL API (in the graphql dir).
Currently, the dev branch has a
graphql
directory containing a (somewhat outdated now) GraphQL-based implementation of the API. While this could be useful to transition to at a later point, using GraphQL is not currently a priority nor is it a clean change to make.As such, it would make sense to move this directory to its own separate branch and then remove it from the dev branch.
graphql
directory from dev branchgraphql
directory to its own branchThe text was updated successfully, but these errors were encountered: