I'm finding that when trying to use various fields in the explorer I'm getting the following error
"Drupal\\graphql_core_schema\\CoreComposableResolver::resolveItem(): Argument #2 ($context) must be of type Drupal\\graphql\\GraphQL\\Execution\\FieldContext, Drupal\\graphql\\GraphQL\\Execution\\ResolveContex
for example
query MyQuery {
entityQuery(entityType: NODE) {
items {
... on NodeArticle {
path {
alias
}
}
}
}
}
query MyQuery {
entityQuery(entityType: NODE) {
items {
... on NodeArticle {
fieldContent {
... on ParagraphButton {
id
fieldLink {
uri {
path
}
}
}
}
}
}
}
}
Closed: cannot reproduce
1.0
Code