Skip to content

Commit

Permalink
Update lib/sanbase_web/graphql/schema/types/project_types.ex
Browse files Browse the repository at this point in the history
Co-authored-by: Tsvetozar Penov <tsvetozar.penov@gmail.com>
  • Loading branch information
IvanIvanoff and tspenov committed Aug 13, 2024
1 parent ca9922d commit d10b02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sanbase_web/graphql/schema/types/project_types.ex
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ defmodule SanbaseWeb.Graphql.ProjectTypes do
like allProjects and screeners that are filtered by a condition.
Hidden projects can be accessed when directly queried via project or projectBySlug,
or by passing the `includeHiddenProjects: true` flag to `allProjects`.
or by passing the `includeHidden: true` flag to `allProjects`.
"""
field(:is_hidden, non_null(:boolean))

Expand Down

0 comments on commit d10b02e

Please sign in to comment.