mirror of
https://github.com/zhigang1992/apollo.git
synced 2026-06-17 02:41:50 +08:00
* op-reg: Add notes about schema tag limitations. Currently, the operation registry does not support any schema tags besides the default schema tag of `current`. Users can still use the operation registry, but they should make sure that they also register their schema to the `current` tag. * Update docs/source/platform/operation-registry.md Co-Authored-By: abernix <git@jro.cc> * Update operation-registry.md