Closed
Description
(Not sure this is a place to ask these kinds of questions)
My current project with Graphene needs graphql-core==2.3.2 and therefore I can only use v2.x of gql library. I would like to use the dynamic query construction in dsl module. I am not sure whether this part of functionality is self-contained in v2.x. I tried to find doc for v2.x but cannot find it. And unlike other functionality, there is neither demo code on dsl in v2.x.
My question is: Is dsl a completed feature in v2.x?
Edit: I am currently looking at the v3 doc to try to understand dsl in v2 (I suppose they would be similar?) but I want to be sure that the code is at least tested and avoid unexpected behaviors.