At the moment schema is of type Document (AST). It could be useful to allow also GraphQLSchema. Internally, we can continue to use ASTs only. ``` apolloForm(createPost, { schema } ```
At the moment schema is of type Document (AST). It could be useful to allow also GraphQLSchema. Internally, we can continue to use ASTs only.