This GraphQL query Count Fixed_Wing_Rotary_Wings
0
1
2
3
4
query countFixed_Wing_Rotary_Wings { fixed_Wing_Rotary_Wings { count } }
{ "data": { "fixed_Wing_Rotary_Wings": { "count": 2 } } }