fun new unexpected GraphQL error: ```Operation nam...
# ask-community
c
fun new unexpected GraphQL error:
Copy code
Operation name: AssetPartitionDetailQuery

Message: Variable '$partitionKey' got invalid value True; String cannot represent a non string value: True

Path: 

Locations: [{"line":1,"column":60}]
I get what it's saying, but it's not apparent anywhere that this is disallowed
here's my definition
Copy code
static_partitions_def = StaticPartitionsDefinition(["true", "false"])
d
Hmm how are you triggering this exactly? This looks like our bug, you should be able to have a partition called "true"
c
this shows up on the asset page
d
This is in cloud?
c
yeah cloud
image.png
d
Got it - we'll double-check that that's our bug and get it fixed