ql-events icon indicating copy to clipboard operation
ql-events copied to clipboard

wooAttendees accessible without auth!

Open sn3h opened this issue 3 years ago • 0 comments

Hi, I am not sure if I am doing everything right, but it seems to me that Attendees are accessibel without any authorization with graphql.

For example:

orders{ nodes{ total date status billing { ... all fields } } }

returns "orders": { "nodes": [] },

but

wooAttendees(first:100) { edges{ node{ id title order{ total date status billing { ... all fields }

returns all the data even to anonymous user. This has to be private and accesibel only after authorization.

Is there some way to set this up? thanks

sn3h avatar Aug 04 '21 22:08 sn3h