gituserjava

Results 22 issues of gituserjava

Is there a way we can customize swagger-editor NPM module and integrate Spectral link tool so that the custom lint errors are displayed on the Swagger Editor UI? Please advise....

While one transaction is in progress if another transaction reads the data how are you handling it? For example, let's assume in transaction # 1, Order service first writes an...

I am using `eslint-graphql` plugin inside another NodeJS module. Could you please let me know the steps to integrate it within IntelliJ? Will it be same as #359?

**Allow** ```graphql type Mutation { createEmployee(input: EmployeeInput!) } ``` **Disallow** ```graphql type Mutation { createEmployee(input: EmployeeInput) } ```

help wanted
new rule

**Allow** ``` type Mutation { createEmployee(input: EmployeeInput) } input EmployeeInput { id: String, details: EmployeeDetails } input EmployeeDetails { name: String } ```

help wanted
new rule

We use below `extend` line in our .graphql file for federation and we get below error. **Code snippet:** ```` extend schema @link(url: "https://specs.apollo.dev/federation/v2.3", import: ["@key"]) type Query { myQuery: String...

ESLint object creation (line #1) below is taking 6-8 secs approx in AWS ECS environment. There are approximately 20 Graph ql schema files. Is there a way we can fine...

I believe there should be a rule to check for an example for each field in types and Inputs. Do you have any plans to add rule for example and...