Enum shows in schema but not in GraphQL query builder

I have an enum that is required when creating a “UserPivot” but is nullable when updating a “UserPivot”

In the Schema:

image

In Postman:

I can manually add it to make it work although this error displays
image

As you can see, create just can’t seem to pull in a non-nullable Enum. It happens for every non-nullable Enum, not just this object. Any ideas?

Postman version:

Postman for Windows
Version11.0.6

UI version
11.0.6-ui-240502-1530

Desktop platform version
11.0.4

Architecture
x64

OS platform
win32 10.0.22621

Edit: sorry to burn your eyes if you have dark mode…it only let me upload 3 images so I screenshotted

Thanks for all of the helpful debugging! You aren’t doing anything wrong; I’ll investigate this bug and update this thread with what I find.

2 Likes