#import "./widgetFragment.gql" mutation widgetAdd ($input: WidgetAddInput!) { widgetAdd (input: $input) { ...widget } }