Fix typo on graphql-schema.mdx (#3548)

This commit is contained in:
Nathan Clevenger
2023-10-11 09:25:20 -05:00
committed by GitHub
parent 8f46b31249
commit c6925ec29f

View File

@@ -8,7 +8,7 @@ keywords: headless cms, typescript, documentation, Content Management System, cm
When working with GraphQL it is useful to have the schema for development of other projects that need to call on your GraphQL endpoint. In Payload the schema is controlled by your collections and globals and is made available to the developer or third parties, it is not necessary for developers using Payload to write schema types manually.
### Schema generatation script
### Schema generation script
Run the following command in a Payload project to generate your project's GraphQL schema from Payload: