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