GraphQLRelation constructor
GraphQLRelation({})
Implementation
GraphQLRelation({
required this.belongsTo,
required this.fieldName,
required this.isLazy,
required this.isEager,
required this.propsType,
required this.eagerPrefix,
});