toggle menu
apollo-kdoc
4.1.1-SNAPSHOT
4.1.1-SNAPSHOT
3.8.2
jvm
switch theme
search in API
apollo-compiler
/
com.apollographql.apollo.compiler.codegen
/
SchemaAndOperationsLayout
Schema
And
Operations
Layout
interface
SchemaAndOperationsLayout
:
SchemaLayout
,
OperationsLayout
Members
Functions
assertions
Name
Link copied to clipboard
abstract
fun
assertionsName
(
)
:
String
class
Name
Link copied to clipboard
abstract
fun
className
(
name
:
String
)
:
String
executable
Document
Package
Name
Link copied to clipboard
abstract
fun
executableDocumentPackageName
(
filePath
:
String
?
)
:
String
fragment
Name
Link copied to clipboard
abstract
fun
fragmentName
(
name
:
String
)
:
String
operation
Name
Link copied to clipboard
abstract
fun
operationName
(
name
:
String
,
capitalizedOperationType
:
String
)
:
String
pagination
Name
Link copied to clipboard
abstract
fun
paginationName
(
)
:
String
property
Name
Link copied to clipboard
abstract
fun
propertyName
(
name
:
String
)
:
String
schema
Name
Link copied to clipboard
abstract
fun
schemaName
(
)
:
String
schema
Package
Name
Link copied to clipboard
abstract
fun
schemaPackageName
(
)
:
String
schema
Type
Name
Link copied to clipboard
abstract
fun
schemaTypeName
(
schemaTypeName
:
String
)
:
String