KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.Web.GraphQL.Publisher.Queries Class Reference

A strongly-typed resource class, for looking up localized strings, etc. More...

Properties

static global::System.Resources.ResourceManager ResourceManager [get]
 Returns the cached ResourceManager instance used by this class. More...
 
static global::System.Globalization.CultureInfo Culture [get, set]
 Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. More...
 
static string IntrospectionQuery [get]
 Looks up a localized string similar to query IntrospectionQuery { __schema { queryType { name } mutationType { name } subscriptionType { name } types { ...FullType } directives { name description locations args { ...InputValue } } } } More...
 

Detailed Description

A strongly-typed resource class, for looking up localized strings, etc.

Definition at line 25 of file Queries.Designer.cs.

Property Documentation

◆ Culture

global.System.Globalization.CultureInfo KlusterKite.Web.GraphQL.Publisher.Queries.Culture
staticgetset

Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.

Definition at line 54 of file Queries.Designer.cs.

◆ IntrospectionQuery

string KlusterKite.Web.GraphQL.Publisher.Queries.IntrospectionQuery
staticget

Looks up a localized string similar to query IntrospectionQuery { __schema { queryType { name } mutationType { name } subscriptionType { name } types { ...FullType } directives { name description locations args { ...InputValue } } } }

fragment FullType on __Type { kind name description fields(includeDeprecated: true) { name description args { ...InputValue } [rest of string was truncated]";.

Definition at line 95 of file Queries.Designer.cs.

◆ ResourceManager

global.System.Resources.ResourceManager KlusterKite.Web.GraphQL.Publisher.Queries.ResourceManager
staticget

Returns the cached ResourceManager instance used by this class.

Definition at line 39 of file Queries.Designer.cs.


The documentation for this class was generated from the following file: