Work
Write a resolver such that the updateFulfillmentOptionsForGroup mutation (already in the schema) works. Base this on the shipping/updateShipmentQuotes Meteor method, and then update that method to pass through to the new mutation.
See https://docs.reactioncommerce.com/docs/next/graphql-create-mutation
Testing
Verify the updateFulfillmentOptionsForGroup mutation works through GraphQL.