building-envelope-data / api

API specification to exchange data about building envelopes
MIT License
3 stars 1 forks source link

Does the visualization show the entire api? #313

Closed christoph-maurer closed 11 months ago

christoph-maurer commented 11 months ago

When I look at https://graphql-kit.com/graphql-voyager/?url=https://www.buildingenvelopedata.org/graphql/ , I don't see for example the field OpticalDataPropositionInput. @simon-wacker Do you know why?

simon-wacker commented 11 months ago

It seems to me that parameter types are not shown in the graph. You can however in the left navigation click on Query, then on Database (to the right of the query database), then on allData, and then on DataPropositionInput, which opens a drawer with the interface's/type's fields. So, the graph is complete in the sense that it shows all the data that can be queried. It does not show the parameterization though.

christoph-maurer commented 11 months ago

Thank you, @simon-wacker !