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
/
FragmentVariableExtractionTest
Fragment
Variable
Extraction
Test
class
FragmentVariableExtractionTest
Members
Constructors
Fragment
Variable
Extraction
Test
Link copied to clipboard
constructor
(
)
Functions
should
extract
multiple
variable
usages
from
fragment
Link copied to clipboard
fun
should extract multiple variable usages from fragment
(
)
should
extract
single
variable
usage
from
fragment
field
argument
Link copied to clipboard
fun
should extract single variable usage from fragment field argument
(
)
should
extract
variable
from
directive
argument
Link copied to clipboard
fun
should extract variable from directive argument
(
)
should
extract
variable
from
nested
input
object
argument
Link copied to clipboard
fun
should extract variable from nested input object argument
(
)
should
extract
variables
from
multiple
fragments
in
same
file
Link copied to clipboard
fun
should extract variables from multiple fragments in same file
(
)
should
return
empty
list
when
fragment
has
no
variable
usages
Link copied to clipboard
fun
should return empty list when fragment has no variable usages
(
)