reads the graphql schema that have been created and puts copies into the
graphql schema index. The schema index stores the schemas that will be used
by the rest of the program. When a schema is required by another part of the
program, that part will obtain is from the schema index.
reads the graphql schema that have been created and puts copies into the graphql schema index. The schema index stores the schemas that will be used by the rest of the program. When a schema is required by another part of the program, that part will obtain is from the schema index.