Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[BUG]: Using GraphQL PointList in schema produces error #9101

Open
matthewmcneely opened this issue Jun 13, 2024 · 0 comments
Open

[BUG]: Using GraphQL PointList in schema produces error #9101

matthewmcneely opened this issue Jun 13, 2024 · 0 comments
Labels
kind/bug Something is broken.

Comments

@matthewmcneely
Copy link
Contributor

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

@matthewmcneely matthewmcneely added the kind/bug Something is broken. label Jun 13, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
kind/bug Something is broken.
Development

No branches or pull requests

1 participant