How to query all the GraphQL type fields without writing a long query?

Technology CommunityCategory: GraphQLHow to query all the GraphQL type fields without writing a long query?
VietMX Staff asked 3 years ago

Unfortunately what you’d like to do is not possible. GraphQL requires you to be explicit about specifying which fields you would like returned from your query.