Can I import a GraphQL API spec in Insomnia?
Yes. For Insomnia to autodetect that your spec is in GraphQL format, the path must be /graphql, the method must be POST, the request body must be application/json and must contain a property query with the type string, and the response body must be application/json.
Where does my spec go after I import it?
Insomnia creates an API Collection for the spec and puts the spec in the Spec tab of that API Collection. In Insomnia 13.2 and earlier, this was a separate workspace type called a design document. For more details, see API Collections.
