Guy Rozendorn

Results 8 comments of Guy Rozendorn

How did you get it to work with the docker container?

hmmm, not sure why yet, and if its works as expected in rutime, but with ``` options: explicit_requires: true ``` generate works.

with computed_requires it works as well; closing

Reopening, because when adding __typename is panics: ``` extend type SomeType @key(fields: "id") { id: ID! @external someField @requires(fields: "anotherField { unionField { __typename ... on typeA { field1 }...

Something like this ``` type Outpost struct { ... DestroyStatuses OutpostRegionStatuses } type OutpostExtendedStatus struct { ... Errors []string `json:",omitempty"` } type NullableOutpostExtendedStatus struct { Val *OutpostExtendedStatus Valid bool }...

+1. Can't you leave the path as-is? in our case, when the graphql variables contain the wrong thing, we return in the path something like `["variable", "varName", "subKey", "fieldName"]` but...