diff --git a/graphql/schema.graphql b/graphql/schema.graphql index efbb5f56d7..7f322fa194 100644 --- a/graphql/schema.graphql +++ b/graphql/schema.graphql @@ -206,7 +206,7 @@ enum ProjectVisibility { input CreateProjectInput { "Unique name." - name: String! @rules(apply: ["App\\Rules\\ProjectVisibilityRule"]) + name: String! @rules(apply: ["App\\Rules\\ProjectNameRule"]) "Description." description: String!