darrellwarde / issue-form-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]:

danstarns opened this issue · comments

Description

something bad

Type Definitions

type Movie {
    title: String
    actors: [Person] @relationship(type: "ACTED_IN", direction: IN, properties: "ActedIn")
}

type Person {
    name: String
}

interface ActedIn {
    screenTime: Int
}

Steps to Reproduce

  1. Add some test data with the following Mutation:
mutation {
  someMutation {
    ...someFields
  }
}
  1. Query the data using the following Query:
query {
  someQuery {
    ...someFields
  }
}
  1. See the error.

Product

Neo4j GraphQL Library

Version

9.0.0