How to create an abstract GraphQL mutation in Wagtail (Django) with Graphene

How to create an abstract GraphQL mutation in Wagtail (Django) with Graphene

I’m trying to make a mutation to create a page in Wagtail using graphene-django . The type of the created page should depend on passed parameters.

 

Read More