We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce6d9d commit efdca45Copy full SHA for efdca45
test/Typewriter.Test/Metadata/MetadataWithSubNamespaces.xml
@@ -278,6 +278,11 @@
278
<Parameter Name="value" Type="graph.identitySet" />
279
<ReturnType Type="Collection(microsoft.graph.callRecords.session)" />
280
</Action>
281
+ <Function Name="item" IsBound="true" IsComposable="true">
282
+ <Parameter Name="bindparameter" Type="Collection(microsoft.graph.callRecords.callRecord)" />
283
+ <Parameter Name="name" Type="Edm.String" Unicode="false" />
284
+ <ReturnType Type="microsoft.graph.callRecords.callRecord" />
285
+ </Function>
286
</Schema>
287
</edmx:DataServices>
288
</edmx:Edmx>
0 commit comments