Skip to content

Variable editor is broken #372

@schickling

Description

@schickling

Seems like the variable editor is broken in one of the recent releases.

Error message:

image

Example:

input UserCreateInput {
  role: Role!
  email: String
  password: String
  posts: PostCreateManyWithoutAuthorInput
}

mutation ($_data: UserCreateInput!) {
  createUser(data: $_data) {
    id
  }
}
{
  "_data": {
    "role": "CUSTOMER",
    "email": "testa10",
    "password": "testest"
  }
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions