Skip to content

Commit e317fee

Browse files
author
Luis
committed
Remove Travis CI
1 parent a687a2d commit e317fee

2 files changed

Lines changed: 15 additions & 123 deletions

File tree

.travis.yml

Lines changed: 0 additions & 105 deletions
This file was deleted.

README.md

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Introduction
22

3-
[![Build Status](https://img.shields.io/travis/drupal-graphql/graphql.svg)](https://travis-ci.org/drupal-graphql/graphql) [![Code Coverage](https://img.shields.io/codecov/c/github/drupal-graphql/graphql.svg)](https://codecov.io/gh/drupal-graphql/graphql) [![Code Quality](https://img.shields.io/scrutinizer/g/drupal-graphql/graphql.svg)](https://scrutinizer-ci.com/g/drupal-graphql/graphql/?branch=8.x-3.x)
4-
53
## GraphQL for Drupal
64

75
This module lets you craft and expose a [GraphQL](http://graphql.org/) schema for [Drupal 8](https://www.drupal.org/8).
@@ -32,39 +30,38 @@ Check out [https://github.com/fubhy/drupal-decoupled-app](https://github.com/fub
3230

3331
These blog posts provide additional information on how to use and extend the module as well as other other contributed modules supporting it:
3432

35-
* [https://www.amazeelabs.com/en/journal/introduction-graphql](https://www.amazeelabs.com/en/journal/introduction-graphql)
36-
* [https://www.amazeelabs.com/en/journal/drupal-and-graphql-react-and-apollo](https://www.amazeelabs.com/en/journal/drupal-and-graphql-react-and-apollo)
37-
* [https://www.amazeelabs.com/en/journal/drupal-and-graphql-batteries-included](https://www.amazeelabs.com/en/journal/drupal-and-graphql-batteries-included)
38-
* [https://www.amazeelabs.com/en/journal/extending-graphql-part-1-fields](https://www.amazeelabs.com/en/journal/extending-graphql-part-1-fields)
39-
* [https://www.amazeelabs.com/en/journal/extending-graphql-part-2-types-and-interfaces](https://www.amazeelabs.com/en/journal/extending-graphql-part-2-types-and-interfaces)
40-
* [https://www.amazeelabs.com/en/journal/graphql-drupalers-part-3-fields](https://www.amazeelabs.com/en/journal/graphql-drupalers-part-3-fields)
41-
* [https://www.amazeelabs.com/en/journal/extending-graphql-part-3-mutations](https://www.amazeelabs.com/en/journal/extending-graphql-part-3-mutations)
42-
* [https://www.amazeelabs.com/en/journal/dont-push-it-using-graphql-twig](https://www.amazeelabs.com/en/journal/dont-push-it-using-graphql-twig)
33+
- [https://www.amazeelabs.com/en/journal/introduction-graphql](https://www.amazeelabs.com/en/journal/introduction-graphql)
34+
- [https://www.amazeelabs.com/en/journal/drupal-and-graphql-react-and-apollo](https://www.amazeelabs.com/en/journal/drupal-and-graphql-react-and-apollo)
35+
- [https://www.amazeelabs.com/en/journal/drupal-and-graphql-batteries-included](https://www.amazeelabs.com/en/journal/drupal-and-graphql-batteries-included)
36+
- [https://www.amazeelabs.com/en/journal/extending-graphql-part-1-fields](https://www.amazeelabs.com/en/journal/extending-graphql-part-1-fields)
37+
- [https://www.amazeelabs.com/en/journal/extending-graphql-part-2-types-and-interfaces](https://www.amazeelabs.com/en/journal/extending-graphql-part-2-types-and-interfaces)
38+
- [https://www.amazeelabs.com/en/journal/graphql-drupalers-part-3-fields](https://www.amazeelabs.com/en/journal/graphql-drupalers-part-3-fields)
39+
- [https://www.amazeelabs.com/en/journal/extending-graphql-part-3-mutations](https://www.amazeelabs.com/en/journal/extending-graphql-part-3-mutations)
40+
- [https://www.amazeelabs.com/en/journal/dont-push-it-using-graphql-twig](https://www.amazeelabs.com/en/journal/dont-push-it-using-graphql-twig)
4341

4442
### Resources
4543

46-
* Project homepage: [https://www.drupal.org/project/graphql](https://www.drupal.org/project/graphql)
47-
* Contributing: [https://github.com/drupal-graphql/graphql](https://github.com/drupal-graphql/graphql)
44+
- Project homepage: [https://www.drupal.org/project/graphql](https://www.drupal.org/project/graphql)
45+
- Contributing: [https://github.com/drupal-graphql/graphql](https://github.com/drupal-graphql/graphql)
4846

4947
### Related projects
5048

51-
* GraphQL APQ [https://github.com/lucasconstantino/drupal-graphql-apq](https://github.com/lucasconstantino/drupal-graphql-apq)
49+
- GraphQL APQ [https://github.com/lucasconstantino/drupal-graphql-apq](https://github.com/lucasconstantino/drupal-graphql-apq)
5250

5351
> Drupal module for Automatic Persisted Queries compatible with the apollo-link-persisted-queries project's proposed protocol.
5452
55-
* GraphQL Metatag [https://github.com/drupal-graphql/graphql-metatag](https://github.com/drupal-graphql/graphql-metatag)
53+
- GraphQL Metatag [https://github.com/drupal-graphql/graphql-metatag](https://github.com/drupal-graphql/graphql-metatag)
5654

5755
> Module that integrates the Metatag Drupal module with GraphQL.
5856
59-
* GraphQL Twig [https://github.com/drupal-graphql/graphql-twig](https://github.com/drupal-graphql/graphql-twig)
57+
- GraphQL Twig [https://github.com/drupal-graphql/graphql-twig](https://github.com/drupal-graphql/graphql-twig)
6058

6159
> Allows you to inject data into Twig templates by simply adding a GraphQL query.
6260
63-
* GraphQL Views [https://github.com/drupal-graphql/graphql-views](https://github.com/drupal-graphql/graphql-views)
61+
- GraphQL Views [https://github.com/drupal-graphql/graphql-views](https://github.com/drupal-graphql/graphql-views)
6462

6563
> Adds support for views to GraphQL.
6664
67-
* GraphQL Entity Definitions [https://www.drupal.org/project/graphql\_entity\_definitions](https://www.drupal.org/project/graphql_entity_definitions)
65+
- GraphQL Entity Definitions [https://www.drupal.org/project/graphql_entity_definitions](https://www.drupal.org/project/graphql_entity_definitions)
6866

6967
> Adds structural entity information to GraphQL.
70-

0 commit comments

Comments
 (0)