André Thiele
03/21/2021, 2:52 PMtaso
03/21/2021, 3:00 PMAndré Thiele
03/21/2021, 3:01 PMtaso
03/21/2021, 3:03 PMAndré Thiele
03/21/2021, 5:02 PMwasyl
03/21/2021, 6:28 PMAndré Thiele
03/21/2021, 6:32 PMwasyl
03/21/2021, 6:36 PMapollo knows the return type of the queries and could technically utilize default values for the fields that are not requestedCan you clarify what you’re trying to achieve? The point of GraphQL is to only fetch what’s necessary. If a type in schema has 100 fields, and in the query you only specify 5 of them, then you only get those 5. There’s no backfilling of the 95 of the remaining fields, if you need them you should request them in the queries
André Thiele
03/21/2021, 6:39 PMwasyl
03/21/2021, 6:49 PMAndré Thiele
03/21/2021, 6:52 PM