You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These [umldiagrams](../assets/2022-05-graphql-aspnet-type-system-interface-diagrams.pdf) detailsthemajorinterfacesandtheirmostusefulpropertiesofthetypesystem. However,
381
+
thesediagramsarenotexaustive. Lookatthe [sourcecode](https://github.com/graphql-aspnet/graphql-aspnet/tree/master/src/graphql-aspnet/Interfaces/TypeSystem) for the full definitions.
382
+
383
+
**HelpfulExtensions**
384
+
385
+
Therearearobustsetofofbuiltinextensionsfor `ISchemaItem` thatcanhelpyoufilteryourdata. Seethe [fullsourcecode](https://github.com/graphql-aspnet/graphql-aspnet/tree/master/src/graphql-aspnet/Configuration/SchemaItemExtensions.cs) for details.
Demostrates creating and applying a type system directive and a custom execution directive.
26
+
27
+
23
28
<spanstyle="font-size:20px;vertical-align: center;">📌</span> [Subscriptions w/ Azure Service Bus](https://github.com/graphql-aspnet/demo-projects/tree/master/Subscriptions-AzureServiceBus)
24
29
25
30
Demonstrates the use of an external subscription event publisher and a consumer to deserialize and route events. Use of this demo project requires your own [Azure Service Bus](https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-messaging-overview) namespace.
26
31
27
32
<spanstyle="font-size:20px;vertical-align: center;">📌</span> [Subscriptions w/ React & Apollo Client](https://github.com/graphql-aspnet/demo-projects/tree/master/Subscriptions-ReactApolloClient)
28
33
29
34
A sample react application that makes use of the [apollo client](https://www.apollographql.com/docs/react/) to connect to a GraphQL ASP.NET server.
0 commit comments