https://github.com/feenkcom/gt4graphql
GraphQL support in GToolkit
https://github.com/feenkcom/gt4graphql
Last synced: 3 months ago
JSON representation
GraphQL support in GToolkit
- Host: GitHub
- URL: https://github.com/feenkcom/gt4graphql
- Owner: feenkcom
- License: mit
- Created: 2022-11-08T16:17:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-04T19:58:26.000Z (3 months ago)
- Last Synced: 2026-03-05T00:07:03.671Z (3 months ago)
- Language: Smalltalk
- Size: 1.35 MB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Glamorous Toolkit for GraphQL
GraphQL support in GToolkit
# Installation
```smalltalk
Metacello new
baseline: 'GToolkit4GraphQL';
repository: 'github://feenkcom/gt4graphql:main/src';
load
```