David Zalewski

Results 2 issues of David Zalewski

Hi, I am getting the nested type not being recognized error when using this on a mutation. **Schema** ` type Query { hero(episode: Episode): Character human(id: String!): Human droid(id: String!):...

This is my html - in the first section I have a container component and a child container component nested inside (container component has `` inside it's html). So it...