public class DataloadingInformation extends Object
GraphQLNamedOutputType as the destination for a
dataloading attempt.
This class extracts three important bits of information:
load(K) or
loadMany(List) ?
DataLoader we need to call?| Modifier and Type | Method and Description |
|---|---|
DataLoadingRoutingKey |
asTypeName() |
graphql.schema.GraphQLNamedOutputType |
getType() |
static DataloadingInformation |
informationFor(graphql.schema.GraphQLOutputType fieldType) |
boolean |
isList() |
boolean |
isSupported() |
public boolean isSupported()
public boolean isList()
public graphql.schema.GraphQLNamedOutputType getType()
public DataLoadingRoutingKey asTypeName()
public static DataloadingInformation informationFor(graphql.schema.GraphQLOutputType fieldType)
Copyright © 2026 MuleSoft, Inc.. All rights reserved.