public static class GraphQlProperties.Schema extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GraphQlProperties.Schema.Introspection |
static class |
GraphQlProperties.Schema.Printer |
| Constructor and Description |
|---|
Schema() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getFileExtensions() |
GraphQlProperties.Schema.Introspection |
getIntrospection() |
String[] |
getLocations() |
GraphQlProperties.Schema.Printer |
getPrinter() |
void |
setFileExtensions(String[] fileExtensions) |
void |
setLocations(String[] locations) |
public String[] getLocations()
public void setLocations(String[] locations)
public String[] getFileExtensions()
public void setFileExtensions(String[] fileExtensions)
public GraphQlProperties.Schema.Introspection getIntrospection()
public GraphQlProperties.Schema.Printer getPrinter()