darrellwarde / issue-form-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: This is a bug report

darrellwarde opened this issue · comments

Description

This bug happens and now I'm reporting it using a form.

Type Definitions

type SomeType {
  someField: String!
}

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

2.0.0