#Hello, I’m playing with interfaces in

1 messages · Page 1 of 1 (latest)

lime shore
#

Can you share more of the code involved here? Specifically wondering where the WithGraphQLQuery method referenced in the error message is coming from.

At first glance, the way you are using interfaces looks like it should work today, even with the current restrictions

sweet blade
#

That’s the whole code of the module. I added a container method so that it can be invoked:

dagger call -m github.com/yann-soubeyrand/daggerverse/test@test-interfaces container terminal
sweet blade
#

Is it related to the fact that we cannot have a function which returns a type from another module (which would make the above code useless anyway)?

lime shore
lime shore