File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- name : Test Package on Linux and push coverage results to Codacy
1
+ name : Build
2
2
3
3
on :
4
4
push :
Original file line number Diff line number Diff line change 1
- name : Test Package on Windows and MacOS
1
+ name : Build multi-OS
2
2
3
3
on :
4
4
push :
Original file line number Diff line number Diff line change 1
1
# PHP GraphQL OQM
2
- ![ Build Status] ( https://github.com/mghoneimy/php-graphql-oqm/actions/workflows/php.yml/badge.svg )
2
+ ![ Build Status] ( https://github.com/mghoneimy/php-graphql-oqm/actions/workflows/test-and-cover-linux.yml/badge.svg )
3
+ ![ Build Status] ( https://github.com/mghoneimy/php-graphql-oqm/actions/workflows/test-windows-macos.yml/badge.svg )
3
4
[ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Coverage/426f75816a2d43d3a2a5df4f13b15f6b )] ( https://app.codacy.com/gh/mghoneimy/php-graphql-oqm/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage )
5
+ [ ![ Total
6
+ Downloads] ( https://poser.pugx.org/gmostafa/php-graphql-oqm/downloads )] ( https://packagist.org/packages/gmostafa/php-graphql-oqm )
7
+ [ ![ Latest Stable
8
+ Version] ( https://poser.pugx.org/gmostafa/php-graphql-oqm/v/stable )] ( https://packagist.org/packages/gmostafa/php-graphql-oqm )
9
+ [ ![ License] ( https://poser.pugx.org/gmostafa/php-graphql-oqm/license )] ( https://packagist.org/packages/gmostafa/php-graphql-oqm )
4
10
5
11
This package utilizes the introspection feature of GraphQL APIs to generate a set of classes that map to the structure
6
12
of the API schema. The generated classes can then be used in a very simple and intuitive way to query the API server.
You can’t perform that action at this time.
0 commit comments