upsertSectionById
Inserts a single Section; if the record already exists then insteads updates the record.
upsertSectionById(
input: upsertSectionByIdInput!
): UpsertSectionPayload
Arguments
upsertSectionById.input ● upsertSectionByIdInput! non-null input
The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.
Type
UpsertSectionPayload object
The output of our upsert Section mutation.