dgraph
dgraph copied to clipboard
[BUG]: Using GraphQL PointList in schema produces error
What version of Dgraph are you using?
v24.0.0
Tell us a little more about your go-environment?
Cloud
Have you tried reproducing the issue with the latest release?
Yes
What is the hardware spec (RAM, CPU, OS)?
Cloud
What steps will reproduce the bug?
Create a simple schema:
type Foo {
path: PointList
}
Apply the schema and get:
resolving updateGQLSchema failed because while validating GraphQL schema: input:21: Undefined type PointListFilter.
Expected behavior and actual result.
As per the docs, the applying of the schema should be successful.
Additional information
No response