From 340aed3eb1148f8f44e0605bc3d3e3eddb7d5809 Mon Sep 17 00:00:00 2001 From: Ivan Goncharov Date: Thu, 11 May 2023 15:35:43 +0300 Subject: [PATCH] Change urls after migration to graphql-kit --- README.md | 9 ++++----- package.json | 8 ++++---- src/default-extend.graphql | 2 +- src/default-schema.graphql | 2 +- src/editor/index.html | 2 +- src/editor/index.tsx | 4 ++-- src/fake_definition.ts | 2 +- 7 files changed, 14 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index a9e2adfd..f2021573 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ ![GraphQL Faker logo](./docs/faker-logo-text.png) # GraphQL Faker - -[![Build Status](https://github.com/APIs-guru/graphql-faker/workflows/CI/badge.svg?branch=master)](https://github.com/APIs-guru/graphql-faker/actions?query=branch%3Amaster) +graphql-kit[![Build Status](https://github.com/graphql-kit/graphql-faker/workflows/CI/badge.svg?branch=master)](https://github.com/graphql-kit/graphql-faker/actions?query=branch%3Amaster) [![npm](https://img.shields.io/npm/v/graphql-faker.svg)](https://www.npmjs.com/package/graphql-faker) -[![David](https://img.shields.io/david/APIs-guru/graphql-faker.svg)](https://david-dm.org/APIs-guru/graphql-faker) -[![David](https://img.shields.io/david/dev/APIs-guru/graphql-faker.svg)](https://david-dm.org/APIs-guru/graphql-faker?type=dev) -[![npm](https://img.shields.io/npm/l/graphql-faker.svg)](https://github.com/APIs-guru/graphql-faker/blob/master/LICENSE) +[![David](https://img.shields.io/david/graphql-kit/graphql-faker.svg)](https://david-dm.org/graphql-kit/graphql-faker) +[![David](https://img.shields.io/david/dev/graphql-kit/graphql-faker.svg)](https://david-dm.org/graphql-kit/graphql-faker?type=dev) +[![npm](https://img.shields.io/npm/l/graphql-faker.svg)](https://github.com/graphql-kit/graphql-faker/blob/master/LICENSE) [![docker](https://img.shields.io/docker/build/apisguru/graphql-faker.svg)](https://hub.docker.com/r/apisguru/graphql-faker/) Mock your future API or extend the existing API with realistic data from [faker.js](https://github.com/Marak/faker.js). **No coding required**. diff --git a/package.json b/package.json index 04752b0b..85763318 100644 --- a/package.json +++ b/package.json @@ -25,14 +25,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/APIs-guru/graphql-faker.git" + "url": "git+https://github.com/graphql-kit/graphql-faker.git" }, - "author": "APIs.guru ", + "author": "IvanGoncharov ", "license": "MIT", "bugs": { - "url": "https://github.com/APIs-guru/graphql-faker/issues" + "url": "https://github.com/graphql-kit/graphql-faker/issues" }, - "homepage": "https://github.com/APIs-guru/graphql-faker#readme", + "homepage": "https://github.com/graphql-kit/graphql-faker#readme", "devDependencies": { "@types/body-parser": "1.19.0", "@types/cors": "2.8.10", diff --git a/src/default-extend.graphql b/src/default-extend.graphql index 48e38887..5e53542b 100644 --- a/src/default-extend.graphql +++ b/src/default-extend.graphql @@ -8,7 +8,7 @@ # Press save or Cmd+Enter to apply the changes and update server. Switch to GraphiQL # on the left panel to immediately test your changes. # -# Developed with ❤️ by APIs.guru | https://github.com/APIs-guru/graphql-faker +# Made in Ukraine 🇺🇦 | https://github.com/graphql-kit/graphql-faker extend type ___RootTypeName___ { pet: Pet diff --git a/src/default-schema.graphql b/src/default-schema.graphql index a1db4180..16d3abe9 100644 --- a/src/default-schema.graphql +++ b/src/default-schema.graphql @@ -9,7 +9,7 @@ # on the left panel to immediately test your changes. # This tool also supports extending existing APIs. Check graphql-faker --help # -# Developed with ❤️ by APIs.guru | https://github.com/APIs-guru/graphql-faker +# Made in Ukraine 🇺🇦 | https://github.com/graphql-kit/graphql-faker type Company { id: ID diff --git a/src/editor/index.html b/src/editor/index.html index 0541601d..537bb998 100644 --- a/src/editor/index.html +++ b/src/editor/index.html @@ -10,7 +10,7 @@ } - GraphQL Faker by APIs.guru + GraphQL Faker
diff --git a/src/editor/index.tsx b/src/editor/index.tsx index bc81ffcc..d632964e 100644 --- a/src/editor/index.tsx +++ b/src/editor/index.tsx @@ -184,7 +184,7 @@ class FakeEditor extends React.Component {