Sibelius Seraphini

Results 349 issues of Sibelius Seraphini

If the user ask only to generate a mutation file we should also create the Loader and Connection for that mutation, if these files do not exist

enhancement

Example of raw graphql mutation based on https://learngraphql.com/basics/defining-mutations/2 ```jsx const Mutation = new GraphQLObjectType({ name: "BlogMutations", description: "Mutations of our blog", fields: () => ({ createPost: { type: Post, args:...

help wanted
new feature

Allow VSCode users to use Create-GraphQL commands through the IDE.

help wanted

it would be cool to update to webpack 4

related to https://github.com/VitorLuizC/brazilian-values/issues/42 ![image](https://user-images.githubusercontent.com/2005841/98578614-5585b280-229c-11eb-802c-8a77864f1ed1.png) 5120101 returns invalid CPF

help wanted

help wanted

## 🚀 Feature Proposal Fbt enables use to extract translations for enums I'd like to be able to extract enums from the code check this https://facebook.github.io/fbt/docs/enums/ ```jsx Buy a new...

``` i18next-scanner: Unable to parse code "{ ...handleInterpolation(ok), }" i18next-scanner: { Error: Line 2: Unexpected token ... ``` can we use babel to parse files and use babel.config.js from current...