Publish products via GraphQL Admin API

Seems the simplest way is:

productCreate(input: {
            title: "Green Tea Ginger Twist",
            productType: "test",
            published: true,
}
)

There’s so much ambiguous crap and deception about what is actually functional in the docs that I’ve spent about an hour and half sorting this out.