#GraphQL Delete Mutation issue

3 messages · Page 1 of 1 (latest)

gloomy junco
#

Having an issue deleting posts with a mutation that used to work. The type is called 'Post'. I have checked the introspection result for the delete_Post_item and the types still match. Hmm.

  • The user role used in this mutation has full permissions to delete any item of the type
  • The ID specified in this query exists in Directus collection
  • Hosted on Directus Standard Cloud
barren gate
#

Hi @gloomy junco
kindly use delete_post_item all in lowercase

gloomy junco
#

The type itself has a capital first letter