You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
My GraphQL schema doesn't have any union type. Nevertheless, I see that the Unions section is present in the generated docs (but it's empty) and the Union landing page is generated.
This also happens when there are no schema items for other categories of types like enums, mutations or interfaces.
To Reproduce
Generate the docs for a schema without items of a certain category (mutations, enums, etc.).
Expected behavior
The sidebar section for the category that has no items should not be present and the corresponding landing page should not be generated.
Screenshots
Empty section in the sidebar:
The text was updated successfully, but these errors were encountered:
Describe the bug
My GraphQL schema doesn't have any union type. Nevertheless, I see that the Unions section is present in the generated docs (but it's empty) and the Union landing page is generated.
This also happens when there are no schema items for other categories of types like enums, mutations or interfaces.
To Reproduce
Generate the docs for a schema without items of a certain category (mutations, enums, etc.).
Expected behavior
The sidebar section for the category that has no items should not be present and the corresponding landing page should not be generated.
Screenshots
Empty section in the sidebar:
The text was updated successfully, but these errors were encountered: