Skip to content

Fix Invalid value on getOwnedObjectsByPackage#6

Open
rustydb wants to merge 1 commit intoevefrontier:mainfrom
rustydb:patch-owned-objects
Open

Fix Invalid value on getOwnedObjectsByPackage#6
rustydb wants to merge 1 commit intoevefrontier:mainfrom
rustydb:patch-owned-objects

Conversation

@rustydb
Copy link
Copy Markdown
Contributor

@rustydb rustydb commented Mar 17, 2026

What

getOwnedObjectsByPackage was failing with an invalid type error.

{
  data: null,
  errors: [
    {
      message: 'Invalid value for argument "filter.type", expected type "String"',
      locations: [Array],
      extensions: [Object]
    }
  ]
}

The error seems to be complaining that filter: { type: { package: "<string>" }} is invalid. Shortening it to filter: { type: "<string>" } returned a valid response for me.

@rustydb rustydb changed the title Fix Invalid value on getOBjects Fix Invalid value on getOwnedObjectsByPackage Mar 17, 2026
@rustydb rustydb force-pushed the patch-owned-objects branch from 02bb1cf to 2709690 Compare March 17, 2026 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant