Updating GraphQL schema without sending the whole schema

Is there any way to update a GraphQL schema without sending the whole schema (like the reverse of introspection)?

Looking in the documentation on updating GraphQL schemas it appears the only way is to update the whole schema at once. Is this correct?

I believe so, yes.