Hi,
I’m using the Product Hunt GraphQL API for a personal, non-commercial project and I’m having trouble discovering which fields and connections are actually available in the schema.
When testing in Postman, many fields are not obvious until they error out (for example User.comments, root comments, etc.).
Is there:
An official way to inspect the GraphQL schema (introspection, schema reference, playground)?
A recommended way to explore available fields without trial-and-error queries?
I’ve checked the docs but still feel like I’m guessing in the dark.
Thanks in advance.
Alex
Hi,
I’m using the Product Hunt GraphQL API for a personal, non-commercial project and I’m having trouble discovering which fields and connections are actually available in the schema.
When testing in Postman, many fields are not obvious until they error out (for example User.comments, root comments, etc.).
Is there:
An official way to inspect the GraphQL schema (introspection, schema reference, playground)?
A recommended way to explore available fields without trial-and-error queries?
I’ve checked the docs but still feel like I’m guessing in the dark.
Thanks in advance.
Alex