You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to be able to see the query result when working with the query or mutation as a .js file. For example, in my apollo react project, this would be my current user query:
import gql from 'graphql-tag';
export default gql`
{
user {
id
email
}
}
`;
Alternatively, as a quick workflow fix it would be great to execute these queries within webstorm.
The text was updated successfully, but these errors were encountered:
Any response on that? My team moved from angular webpack starter to angular-cli and can no longer import .graphql files. It would be very handy for us to have the similar execute options for graphql-tag as there is for .graphql files.
I've never done any plugin to Intellij, but will try if I get some free time, unless somebody does that before me :P.
Nevertheless, good job with the current plugin :).
It would be great to be able to see the query result when working with the query or mutation as a .js file. For example, in my apollo react project, this would be my current user query:
Alternatively, as a quick workflow fix it would be great to execute these queries within webstorm.
The text was updated successfully, but these errors were encountered: