Ryan Petrello
Ryan Petrello
@spsingh1982 whenever somebody writes the code 😉
@nrbnlulu @erikwrede is there some documented way to specify docstrings/descriptions on these enum types that are generated from native Python enums? Based on the commentary above, it sounds like the...
(it also sounds like https://github.com/strawberry-graphql/strawberry/issues/653 is closely related to this)
Well, in this situation, I'm using the feature outlined in this issue i.e., I'm just writing types that reference the native Python enum: ```python class IceCreamFlavour(enum.Enum): VANILLA = "vanilla" STRAWBERRY...
Right, I'm actually wanting to just use this feature (native Python enums) instead of having to decorate an extra `strawberry.enum` class for every `enum.Enum` in my codebase.
Also, I should say, this isn't a huge deal for me, and Strawberry is awesome 😄. I just wanted to gut check that I wasn't missing some obvious way to...
Hey @bdoublet91, Would you give this a shot on a newer version of AWX? Generally this type of issue means a playbook unexpectedly exited during execution, but it could be...