Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
U
- UNAUTHORIZED - Enum constant in enum class org.springframework.graphql.execution.ErrorType
 - 
DataFetcherdid not fetch the data value due to a lack of valid authentication credentials. - unmappedArguments() - Method in interface org.springframework.graphql.execution.SchemaReport
 - 
Return a map with
DataFetchers and the names of arguments they depend on that don't exist. - unmappedFields() - Method in interface org.springframework.graphql.execution.SchemaReport
 - 
Return the coordinates of unmapped fields.
 - unmappedRegistrations() - Method in interface org.springframework.graphql.execution.SchemaReport
 - 
Return the coordinates for invalid
DataFetcherregistrations referring to fields that don't exist in the schema. - url(String) - Method in interface org.springframework.graphql.client.HttpSyncGraphQlClient.Builder
 - 
Set the GraphQL endpoint URL as a String.
 - url(String) - Method in interface org.springframework.graphql.client.WebGraphQlClient.Builder
 - 
Set the GraphQL endpoint URL as a String.
 - url(String) - Method in interface org.springframework.graphql.test.tester.WebGraphQlTester.Builder
 - 
Set the GraphQL endpoint URL as a String.
 - url(URI) - Method in interface org.springframework.graphql.client.HttpSyncGraphQlClient.Builder
 - 
Set the GraphQL endpoint URL.
 - url(URI) - Method in interface org.springframework.graphql.client.WebGraphQlClient.Builder
 - 
Set the GraphQL endpoint URL.
 - url(URI) - Method in interface org.springframework.graphql.test.tester.WebGraphQlTester.Builder
 - 
Set the GraphQL endpoint URL.
 - usesDataLoader() - Method in interface org.springframework.graphql.execution.SelfDescribingDataFetcher
 - 
Whether this
DataFetcheruses aDataLoaderto return data. 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form