Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error Cannot read property 'bold' of undefined #1341

Closed
Ambro17 opened this issue Mar 30, 2020 · 4 comments
Closed

error Cannot read property 'bold' of undefined #1341

Ambro17 opened this issue Mar 30, 2020 · 4 comments
Milestone

Comments

@Ambro17
Copy link

Ambro17 commented Mar 30, 2020

Running latest docker image
docker run -it --rm -v $PWD:/app kamilkisiela/graphql-inspector graphql-inspector similar a.gql
with schema

schema {
    query: Query
} 

type Query {
    user: User
    members: User2
}

type User {
    id: ID
    username: String!
}

type User2 {
    id: ID!
    username_: String
}

gives error
error Cannot read property 'bold' of undefined

@kamilkisiela kamilkisiela added the ⏳ waiting for release This issue or pull request is waiting to be released label Apr 7, 2020
@kamilkisiela
Copy link
Owner

Fixed in #1372

@kamilkisiela kamilkisiela added this to the 1.30.0 milestone Apr 7, 2020
@kamilkisiela
Copy link
Owner

Could you check v1.30.1?

@kamilkisiela kamilkisiela added 🎙️ question Further information is requested and removed ⏳ waiting for release This issue or pull request is waiting to be released labels Apr 8, 2020
@Ambro17
Copy link
Author

Ambro17 commented Apr 9, 2020

Of course, tomorrow I will try it

@Ambro17
Copy link
Author

Ambro17 commented Apr 10, 2020

It works, the issue can be closed

@kamilkisiela kamilkisiela removed the 🎙️ question Further information is requested label Apr 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants