#import "../fragments/objectiveGroupParts.gql" mutation AddObjectiveGroup($input: AddObjectiveGroupInput!) { addObjectiveGroup(input: $input) { objectiveGroup { ...ObjectiveGroupParts objectives { edges { node { id text } } } } } }