Results 12 comments of Bruno Dantas

Yes, that sounds great for a CLI command. The same command could also have two SDLs as input and call the graphql-core function from there.

There's this tool that does this kind of stuff... [kamilkisiela/graphql-inspector: 🕵️‍♀️ Validate schema, get schema change notifications, validate operations, find breaking changes, look for similar types, schema coverage](https://github.com/kamilkisiela/graphql-inspector) We can...

Oh and I was gonna call it something like schema_check in my project 🙃

Looking at the command `strawberry export-schema`, I feel like this needs to be called `strawberry check-schema` haha Other than that, LGTM

Is the input SDL or a Strawberry schema? Or both? `path.to.schema` makes it look like it's module only

I'm planning to compare the current schema (module) with the old SDL schema that's in a file being version-controlled (for clarity in schema changes). So it's a use case with...

Ideas for the easter egg: - Returns an instance of the following type where `strawberries` resolves to a string with a random amount of 🍓 emoji and `next` to a...

I suppose this is because `None` is an object instead of a type. `NoneType` seems to work: https://play.strawberry.rocks/?gist=a3f099e36521e55d71d6c178b2364ee9

Suggestion: there is some good info in the PyCon workshop page that could be integrated into the docs. See https://github.com/strawberry-graphql/strawberry.rocks/issues/483