Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat:introduced graphql createFolderWithId, get all folders and deleteFolder #6727

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

kornelj
Copy link

@kornelj kornelj commented Sep 14, 2023

To support migration tool developments (from confluence, etc), I had to extend grapqhl schema and resolvers locally to allow getting all asstes folders in one query (instead of executing 1000s to build up folder structure) and also added a new create that returns newly created asset folder ID to avoid having additional query to look up after create.
Delete folder is needed to clean up mistakenly created folders since it's this feature is not available on UI.
Even tough grapqh is made for UI mainly, I belive these new queries can be helpful for ther teams.

@auto-assign auto-assign bot requested a review from NGPixel September 14, 2023 07:26
@kornelj kornelj changed the title introduced createFolderWithId and get all folders feat:introduced graphql createFolderWithId and get all folders Sep 14, 2023
@kornelj kornelj changed the title feat:introduced graphql createFolderWithId and get all folders feat:introduced graphql createFolderWithId, get all folders and deleteFolder Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants