Michael Staib
Michael Staib
I would first have a look at how jest does things like that. Jest has support for things like shallow snapshots and so on which go in this direction. I...
Interesting ... but if we want to do that we should have an option to create flat snapshots.
I think we should and could grow snapshooter further to something like jest. Jest even takes screenshots to represent snapshots. We could go into a direction to make it possible...
Should be fixed with the last version.
The question is really how we want to do snapshots in the future. I think for snapshooter the attributes on an object should not matter since we want to get...
@azaslonov if you need any help or have any questions give us a ping. We are happy to help.
@rivantsov I also was thinking on this. `response name` as a term is also uses in most GraphQL server implementations but there is now note explaining what it is. Lets...
Just checked ... graphql-js as the reference implementation only uses `responseName` ```typescript function executeFieldsSerially( exeContext: ExecutionContext, parentType: GraphQLObjectType, sourceValue: unknown, path: Path | undefined, fields: Map, ): PromiseOrValue { return...