Test this:
1 This should show all objects
query Query {
queryNodeTemp {
id
name
}
}
2 this is to test if the variable was bad formed
query Query {
queryNodeTemp(filter: {
id: ["0x8ee73d"],
}) {
id
name
}
}
Test this:
1 This should show all objects
query Query {
queryNodeTemp {
id
name
}
}
2 this is to test if the variable was bad formed
query Query {
queryNodeTemp(filter: {
id: ["0x8ee73d"],
}) {
id
name
}
}