mutation CreateAction ($action: CreateActionInput!) { createAction(action:$action) { id } }