list_content_types
List Content Types
List all available top-level query fields from the Contentful GraphQL schema. Shows which content types can be queried and whether they are collection or single-entry queries. This is a quick way to discover what content is available without a full schema introspection. Each content type typically has two query fields: one for fetching a single entry by ID (e.g. `blogPost`) and one for fetching a collection (e.g. `blogPostCollection`).
