razee-io / Razee

Overview and docs
Apache License 2.0
423 stars 36 forks source link

non-nullable error on subscription query w/ remoteResources #117

Closed finken2 closed 4 years ago

finken2 commented 4 years ago

Cannot return null for non-nullable field Resource.cluster.

query  ($org_id:  String!, $uuid: String!) {
  subscription(orgId: $org_id, uuid: $uuid) {
      remoteResources { 
        id,
        cluster { clusterId, name }, 
      },
  }
}
nathanleviere commented 4 years ago

@finken2 - can you confirm if this is still an issue?

finken2 commented 4 years ago

Verified in insomnia. Fixed!