Qtgql

Latest version: v0.139.0

Safety actively analyzes 638452 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 15 of 17

0.106.1

--------------------

This release fixes [issue 96](https://github.com/nrbnlulu/qtgql/issues/96).

Contributed by [ניר](https://github.com/nrbnlulu) via [PR #97](https://github.com/nrbnlulu/qtgql/pull/97/)

0.106.0

--------------------

This release adds QML query handlers generation.

i.e:

**File**: _main.qml_

qml
import QtGql 1.0 as Gql

Item{
// `MainQuery` is generated from the query we write here.
// the name is based on the operationName (MainQuery)
Gql.MainQuery{id: query
graphql: `query MainQuery {...}`
}
Text{
text: query.data.somefield
}
}


Contributed by [ניר](https://github.com/nrbnlulu) via [PR #89](https://github.com/nrbnlulu/qtgql/pull/89/)

0.105.4

--------------------

This release fixes [84](https://github.com/nrbnlulu/qtgql/issues/84).
By setting default value for object type to null.

Contributed by [ניר](https://github.com/nrbnlulu) via [PR #87](https://github.com/nrbnlulu/qtgql/pull/87/)

0.105.3

--------------------

This release fixes [84](https://github.com/nrbnlulu/qtgql/issues/84).
By setting default value for object type to null.

Contributed by [ניר](https://github.com/nrbnlulu) via [PR #85](https://github.com/nrbnlulu/qtgql/pull/85/)

0.105.2

--------------------

This release drops generation of model for each type instead
it uses Generic to annotate the model inner type. resolves [81](https://github.com/nrbnlulu/qtgql/issues/81)
Also, it adds a default currentObject.
resolves [80](https://github.com/nrbnlulu/qtgql/issues/80)

Contributed by [ניר](https://github.com/nrbnlulu) via [PR #82](https://github.com/nrbnlulu/qtgql/pull/82/)

0.105.1

--------------------

This release generates in-place deserializers instead of calling
pre-defined functions.
See [issue 17](https://github.com/nrbnlulu/qtgql/issues/17) for more details.

Contributed by [ניר](https://github.com/nrbnlulu) via [PR #76](https://github.com/nrbnlulu/qtgql/pull/76/)

Page 15 of 17

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.