Furier
11/16/2018, 11:30 AM.graphqlconfig
with graphql init
pluss some authentication, but the intellisense is not working inside gql
tags or anywhere else for that matter, can somebody help me please? 🙂OniVe
11/16/2018, 11:39 AMFurier
11/16/2018, 11:46 AMFurier
11/16/2018, 11:49 AMOniVe
11/16/2018, 11:51 AMFurier
11/16/2018, 11:54 AMFurier
11/16/2018, 11:54 AMNick
11/16/2018, 11:55 AMOniVe
11/16/2018, 11:57 AMFurier
11/16/2018, 11:57 AMFurier
11/16/2018, 11:57 AMFurier
11/16/2018, 11:59 AMOniVe
11/16/2018, 11:59 AMFurier
11/16/2018, 12:44 PM.gqlconfig
file looks like this `{
schema: {
files: 'schema.graphql',
},
query: {
files: [
// [Embedded queries] gql tag files
{
match: { include: 'src/app/**/*.graphql.ts' },
parser: [ 'EmbeddedQueryParser', { startTag: 'gql`', endTag: '`' } ],
}
]
}
}
`Furier
11/16/2018, 12:44 PM