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

bSDD GraphQL schema #24

Open
ESiham opened this issue Sep 16, 2021 · 2 comments
Open

bSDD GraphQL schema #24

ESiham opened this issue Sep 16, 2021 · 2 comments

Comments

@ESiham
Copy link

ESiham commented Sep 16, 2021

Hello everyone,
To get the bSDD GraphQL schema, I used the following CLI tool get-graphql-schema, so I got the attached schema, but unfortunately, I couldn't find any filter or resolvers used.
My question is there is any ambition to add those filters and resolvers?
bSDD_schema.txt

@Baars-IT
Copy link
Collaborator

Hi ESiham,

Adding filters and resolvers was not on our backlog yet.
I've added them just now, but must discuss the priority of it.
Can you explain your use case for requesting filters and resolvers?

Thanks!
Erik

@ESiham
Copy link
Author

ESiham commented Sep 21, 2021

Hello @Baars-IT,
First, sorry for the late reply,
One of my use cases is:
When I want to query a specific domain, firstly I should send a query to know all the available domains by extracting their names and their namespace URI as following:
{ domains{ name namespaceUri }}
So it's quite long, but if we can do it like this it will be more efficient
{ domains(filter:{uri:"IFC"}){ .... Here my processing .... } }
This is just one case, we can also add filters for the other types 😋
Thanks
Siham

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

No branches or pull requests

2 participants