retrofit-graphql
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
retrofit-graphql
retrofit-graphql-codegen-core
/
co.anitrend.retrofit.graphql.codegen
/
FragmentVariablePropagationTest
Fragment
Variable
Propagation
Test
class
FragmentVariablePropagationTest
Members
Constructors
Fragment
Variable
Propagation
Test
Link copied to clipboard
constructor
(
)
Functions
should
append
auto-propagated
variables
to
existing
operation
variables
Link copied to clipboard
fun
should append auto-propagated variables to existing operation variables
(
)
should
auto-propagate
missing
fragment
variable
to
operation
Link copied to clipboard
fun
should auto-propagate missing fragment variable to operation
(
)
should
default
auto-propagated
variable
to
nullable
String
Link copied to clipboard
fun
should default auto-propagated variable to nullable String
(
)
should
emit
warning
when
auto-propagating
missing
variable
Link copied to clipboard
fun
should emit warning when auto-propagating missing variable
(
)
should
not
duplicate
variable
when
operation
already
declares
it
Link copied to clipboard
fun
should not duplicate variable when operation already declares it
(
)
should
not
emit
warning
when
operation
already
declares
the
variable
Link copied to clipboard
fun
should not emit warning when operation already declares the variable
(
)
should
not
propagate
when
fragment
has
no
variable
usages
Link copied to clipboard
fun
should not propagate when fragment has no variable usages
(
)
should
propagate
variables
from
multiple
fragments
Link copied to clipboard
fun
should propagate variables from multiple fragments
(
)
should
propagate
variables
from
nested
fragments
Link copied to clipboard
fun
should propagate variables from nested fragments
(
)
should
propagate
variables
independently
for
multiple
operations
Link copied to clipboard
fun
should propagate variables independently for multiple operations
(
)
should
return
operations
unchanged
when
no
fragments
are
provided
Link copied to clipboard
fun
should return operations unchanged when no fragments are provided
(
)