Hi
I see monday.com has it’s api schema shared at https://api.monday.com/v2/get_schema.
But this only shares a JSON representation of the api.
I however am trying to run graphql codegen to generate a typescript ready file.
So I need the url to the actual graphql schema endpoint.
As can be seen used in the following link Home – GraphQL Code Generator.
Can anyone direct me where I can find that please?
