"docs" types missing in GraphQL schema

I noticed that the GraphQL published at https://api.monday.com/v2/get_schema?format=sdl&version=stable is missing types for docs. It is present when using the playground. Is there a recommended way to get the complete types?

Cheers, Reinier

Hello there @reinier,

When a user is present when requesting the schema, the data is there. That is why you see it in the Playground but on an unauthenticated introspection you do not see it.

Our team will take a look into this to evaluate a possible change.

In the meantime, you need to make an authenticated introspection to get it.

In the API Playground, at the top right corner you have a schema button. You can choose “Introspection query” there :smile:

Let me know if you have any other questions!

Cheers,
Matias

1 Like