Patrick Arminio

Results 665 comments of Patrick Arminio

@2malh any django model has a `_meta`, maybe in this case you User class is not a django model?

> @patrick91 any suggestions on where to add configurations for @noelleleigh to implement? Or maybe we should do that first in strawberry so that we can use it here? in...

> > in Strawberry core we have a config parameter on the schema, we could extend that maybe? > > or use the common django way of defining settings for...

> > This is where we set the schema config: [strawberry-graphql/strawberry@`9b3be99`/strawberry/schema/schema.py#L68](https://github.com/strawberry-graphql/strawberry/blob/9b3be99a765ae2fdb95c9802507e5600351c7006/strawberry/schema/schema.py#L68) > > And it is used in the schema converter, it might be more difficult to use in the...

> A Django setting would also be a simpler option yeah, let's go with that, we can update it later if needed 😊

> > > A Django setting would also be a simpler option > > > > > > yeah, let's go with that, we can update it later if needed...

@bellini666 do you have any ideas for an API for this use case? Just thinking out loud, plain strawberry supports this: ```python def a_resolver(id: UUID) -> ObjectNode: ... @strawberry.type class...

@l1npengtul do you have an example of using nokhwa with nannou? 😊

@dredl I think that only works for scalars and unions, not for types I'm trying to migrate some fields and types from one service to another. But I'm unable to...

@bubenkoff did you find some time to look at this? :)