Is it possible to get content type field name using Graphql

Hello!
I want to create comparison table (field name + field value) but I can’t get field name. Help me pls)

For example, I create model with fields: “Car name”, “Car color”, “Car speed”.

Than I create new content “Honda”, “blue”, “240”

Table looks like:
Car name | Honda | Audi | Dodge
Car color | blue | red | black
Car speed | 240 | 280 | green

But I don’t know hot to get fields name from content type field

1 Like