Skip to content

Releases: studio-net/laravel-graphql

Version 0.3

07 Aug 15:13
Compare
Choose a tag to compare
Version 0.3 Pre-release
Pre-release

Features

  • #6 create Array scalar type and use it with array, collection and object
  • 379bba6 adds scalar unit tests

Version 0.2-beta

04 Aug 15:02
Compare
Choose a tag to compare
Version 0.2-beta Pre-release
Pre-release

Feature

  • Implement unit test #5
  • Implement Travis CI #5

Bugfixes

  • fixes model transformer sorter 6f499e9
  • prevent using loadRoutesFrom method (service) 3372a09
  • fixes mutation NodeEloquentGenerator syntax mistake 027b316
  • updates composer.json d939075
  • fixes EloquentModel trait 95427e0
  • fixes EloquentGenerator syntax 4ed964f
  • removes some methods to TypeInterface (handle by transformer) 58aee5a
  • appends cache to EloquentModel in order to improves SQL performances 9ab4b13
  • updates mutation columns resolver a393748

Version 0.1

02 Aug 14:00
Compare
Choose a tag to compare
Version 0.1 Pre-release
Pre-release

This version is not able to run in production but exposes basic usage. This version handles :

  • Generators and transformers (#3, #2) ;
  • Eloquent model supports ;
  • Custom type, query and mutation ;