toggle menu
gqlclient
1.0.7
common
switch theme
search in API
gqlclient
/
io.github.vincentvibe3.gqlclient.dsl
/
query
query
fun
query
(
name
:
String
=
""
,
init
:
Query
.
(
)
->
Unit
)
:
Query
Creates a
Query
Return
Returns the created query
Parameters
name
Name for the query (Optional).
init
Lambda to set up the
Query
.
See also
Query