Add searchable attribute to task fields
This commit is contained in:
parent
9000d16511
commit
7d5d5d44f2
@ -1,7 +1,7 @@
|
||||
type Task {
|
||||
id: ID!
|
||||
title: String!
|
||||
completed: Boolean!
|
||||
title: String! @search(by: [fulltext])
|
||||
completed: Boolean! @search
|
||||
user: User!
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user