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
This an announcement of a feature, as opposed to a request for one.
I have added generateDS.py the ability to generate Python modules that implement a Strawberry GraphQL server.
So, you can generate the implementation of a GraphQL API from the NeuroML XML schema.
I'm guessing that there are problems hidden in it, but my testing so far shows that it works.
I used it to generate a module from NeuroML_v2.2.xsd
and now I can make GraphQL queries into the XML instance docs in the repo examples directory.
This an announcement of a feature, as opposed to a request for one.
I have added generateDS.py the ability to generate Python modules that implement a Strawberry GraphQL server.
So, you can generate the implementation of a GraphQL API from the NeuroML XML schema.
I'm guessing that there are problems hidden in it, but my testing so far shows that it works.
I used it to generate a module from NeuroML_v2.2.xsd
and now I can make GraphQL queries into the XML instance docs in the repo examples directory.
Here is what it did to test it:
(1) Generate the module:
(2) Run the Strawberry server:
See the following for more info:
If you have comments, please pass them along.
Dave
The text was updated successfully, but these errors were encountered: