Versions in this module Expand all Collapse all v0 v0.1.0 Jul 29, 2024 Changes in this version + var ArgumentRenderConfiguration_name = map[int32]string + var ArgumentRenderConfiguration_value = map[string]int32 + var ArgumentSource_name = map[int32]string + var ArgumentSource_value = map[string]int32 + var ConfigurationVariableKind_name = map[int32]string + var ConfigurationVariableKind_value = map[string]int32 + var DataSourceKind_name = map[int32]string + var DataSourceKind_value = map[string]int32 + var EventType_name = map[int32]string + var EventType_value = map[string]int32 + var File_wg_cosmo_node_v1_node_proto protoreflect.FileDescriptor + var HTTPMethod_name = map[int32]string + var HTTPMethod_value = map[string]int32 + type AccountLimits struct + TraceSamplingRate float32 + func (*AccountLimits) Descriptor() ([]byte, []int) + func (*AccountLimits) ProtoMessage() + func (x *AccountLimits) GetTraceSamplingRate() float32 + func (x *AccountLimits) ProtoReflect() protoreflect.Message + func (x *AccountLimits) Reset() + func (x *AccountLimits) String() string + type ArgumentConfiguration struct + Name string + SourceType ArgumentSource + func (*ArgumentConfiguration) Descriptor() ([]byte, []int) + func (*ArgumentConfiguration) ProtoMessage() + func (x *ArgumentConfiguration) GetName() string + func (x *ArgumentConfiguration) GetSourceType() ArgumentSource + func (x *ArgumentConfiguration) ProtoReflect() protoreflect.Message + func (x *ArgumentConfiguration) Reset() + func (x *ArgumentConfiguration) String() string + type ArgumentRenderConfiguration int32 + const ArgumentRenderConfiguration_RENDER_ARGUMENT_AS_ARRAY_CSV + const ArgumentRenderConfiguration_RENDER_ARGUMENT_AS_GRAPHQL_VALUE + const ArgumentRenderConfiguration_RENDER_ARGUMENT_DEFAULT + func (ArgumentRenderConfiguration) Descriptor() protoreflect.EnumDescriptor + func (ArgumentRenderConfiguration) EnumDescriptor() ([]byte, []int) + func (ArgumentRenderConfiguration) Type() protoreflect.EnumType + func (x ArgumentRenderConfiguration) Enum() *ArgumentRenderConfiguration + func (x ArgumentRenderConfiguration) Number() protoreflect.EnumNumber + func (x ArgumentRenderConfiguration) String() string + type ArgumentSource int32 + const ArgumentSource_FIELD_ARGUMENT + const ArgumentSource_OBJECT_FIELD + func (ArgumentSource) Descriptor() protoreflect.EnumDescriptor + func (ArgumentSource) EnumDescriptor() ([]byte, []int) + func (ArgumentSource) Type() protoreflect.EnumType + func (x ArgumentSource) Enum() *ArgumentSource + func (x ArgumentSource) Number() protoreflect.EnumNumber + func (x ArgumentSource) String() string + type AuthorizationConfiguration struct + RequiredOrScopes []*Scopes + RequiresAuthentication bool + func (*AuthorizationConfiguration) Descriptor() ([]byte, []int) + func (*AuthorizationConfiguration) ProtoMessage() + func (x *AuthorizationConfiguration) GetRequiredOrScopes() []*Scopes + func (x *AuthorizationConfiguration) GetRequiresAuthentication() bool + func (x *AuthorizationConfiguration) ProtoReflect() protoreflect.Message + func (x *AuthorizationConfiguration) Reset() + func (x *AuthorizationConfiguration) String() string + type ConfigurationVariable struct + EnvironmentVariableDefaultValue string + EnvironmentVariableName string + Kind ConfigurationVariableKind + PlaceholderVariableName string + StaticVariableContent string + func (*ConfigurationVariable) Descriptor() ([]byte, []int) + func (*ConfigurationVariable) ProtoMessage() + func (x *ConfigurationVariable) GetEnvironmentVariableDefaultValue() string + func (x *ConfigurationVariable) GetEnvironmentVariableName() string + func (x *ConfigurationVariable) GetKind() ConfigurationVariableKind + func (x *ConfigurationVariable) GetPlaceholderVariableName() string + func (x *ConfigurationVariable) GetStaticVariableContent() string + func (x *ConfigurationVariable) ProtoReflect() protoreflect.Message + func (x *ConfigurationVariable) Reset() + func (x *ConfigurationVariable) String() string + type ConfigurationVariableKind int32 + const ConfigurationVariableKind_ENV_CONFIGURATION_VARIABLE + const ConfigurationVariableKind_PLACEHOLDER_CONFIGURATION_VARIABLE + const ConfigurationVariableKind_STATIC_CONFIGURATION_VARIABLE + func (ConfigurationVariableKind) Descriptor() protoreflect.EnumDescriptor + func (ConfigurationVariableKind) EnumDescriptor() ([]byte, []int) + func (ConfigurationVariableKind) Type() protoreflect.EnumType + func (x ConfigurationVariableKind) Enum() *ConfigurationVariableKind + func (x ConfigurationVariableKind) Number() protoreflect.EnumNumber + func (x ConfigurationVariableKind) String() string + type DataSourceConfiguration struct + ChildNodes []*TypeField + CustomEvents *DataSourceCustomEvents + CustomGraphql *DataSourceCustom_GraphQL + CustomStatic *DataSourceCustom_Static + Directives []*DirectiveConfiguration + EntityInterfaces []*EntityInterfaceConfiguration + Id string + InterfaceObjects []*EntityInterfaceConfiguration + Keys []*RequiredField + Kind DataSourceKind + OverrideFieldPathFromAlias bool + Provides []*RequiredField + RequestTimeoutSeconds int64 + Requires []*RequiredField + RootNodes []*TypeField + func (*DataSourceConfiguration) Descriptor() ([]byte, []int) + func (*DataSourceConfiguration) ProtoMessage() + func (x *DataSourceConfiguration) GetChildNodes() []*TypeField + func (x *DataSourceConfiguration) GetCustomEvents() *DataSourceCustomEvents + func (x *DataSourceConfiguration) GetCustomGraphql() *DataSourceCustom_GraphQL + func (x *DataSourceConfiguration) GetCustomStatic() *DataSourceCustom_Static + func (x *DataSourceConfiguration) GetDirectives() []*DirectiveConfiguration + func (x *DataSourceConfiguration) GetEntityInterfaces() []*EntityInterfaceConfiguration + func (x *DataSourceConfiguration) GetId() string + func (x *DataSourceConfiguration) GetInterfaceObjects() []*EntityInterfaceConfiguration + func (x *DataSourceConfiguration) GetKeys() []*RequiredField + func (x *DataSourceConfiguration) GetKind() DataSourceKind + func (x *DataSourceConfiguration) GetOverrideFieldPathFromAlias() bool + func (x *DataSourceConfiguration) GetProvides() []*RequiredField + func (x *DataSourceConfiguration) GetRequestTimeoutSeconds() int64 + func (x *DataSourceConfiguration) GetRequires() []*RequiredField + func (x *DataSourceConfiguration) GetRootNodes() []*TypeField + func (x *DataSourceConfiguration) ProtoReflect() protoreflect.Message + func (x *DataSourceConfiguration) Reset() + func (x *DataSourceConfiguration) String() string + type DataSourceCustomEvents struct + Kafka []*KafkaEventConfiguration + Nats []*NatsEventConfiguration + func (*DataSourceCustomEvents) Descriptor() ([]byte, []int) + func (*DataSourceCustomEvents) ProtoMessage() + func (x *DataSourceCustomEvents) GetKafka() []*KafkaEventConfiguration + func (x *DataSourceCustomEvents) GetNats() []*NatsEventConfiguration + func (x *DataSourceCustomEvents) ProtoReflect() protoreflect.Message + func (x *DataSourceCustomEvents) Reset() + func (x *DataSourceCustomEvents) String() string + type DataSourceCustom_GraphQL struct + CustomScalarTypeFields []*SingleTypeField + Federation *GraphQLFederationConfiguration + Fetch *FetchConfiguration + Subscription *GraphQLSubscriptionConfiguration + UpstreamSchema *InternedString + func (*DataSourceCustom_GraphQL) Descriptor() ([]byte, []int) + func (*DataSourceCustom_GraphQL) ProtoMessage() + func (x *DataSourceCustom_GraphQL) GetCustomScalarTypeFields() []*SingleTypeField + func (x *DataSourceCustom_GraphQL) GetFederation() *GraphQLFederationConfiguration + func (x *DataSourceCustom_GraphQL) GetFetch() *FetchConfiguration + func (x *DataSourceCustom_GraphQL) GetSubscription() *GraphQLSubscriptionConfiguration + func (x *DataSourceCustom_GraphQL) GetUpstreamSchema() *InternedString + func (x *DataSourceCustom_GraphQL) ProtoReflect() protoreflect.Message + func (x *DataSourceCustom_GraphQL) Reset() + func (x *DataSourceCustom_GraphQL) String() string + type DataSourceCustom_Static struct + Data *ConfigurationVariable + func (*DataSourceCustom_Static) Descriptor() ([]byte, []int) + func (*DataSourceCustom_Static) ProtoMessage() + func (x *DataSourceCustom_Static) GetData() *ConfigurationVariable + func (x *DataSourceCustom_Static) ProtoReflect() protoreflect.Message + func (x *DataSourceCustom_Static) Reset() + func (x *DataSourceCustom_Static) String() string + type DataSourceKind int32 + const DataSourceKind_GRAPHQL + const DataSourceKind_PUBSUB + const DataSourceKind_STATIC + func (DataSourceKind) Descriptor() protoreflect.EnumDescriptor + func (DataSourceKind) EnumDescriptor() ([]byte, []int) + func (DataSourceKind) Type() protoreflect.EnumType + func (x DataSourceKind) Enum() *DataSourceKind + func (x DataSourceKind) Number() protoreflect.EnumNumber + func (x DataSourceKind) String() string + type DirectiveConfiguration struct + DirectiveName string + RenameTo string + func (*DirectiveConfiguration) Descriptor() ([]byte, []int) + func (*DirectiveConfiguration) ProtoMessage() + func (x *DirectiveConfiguration) GetDirectiveName() string + func (x *DirectiveConfiguration) GetRenameTo() string + func (x *DirectiveConfiguration) ProtoReflect() protoreflect.Message + func (x *DirectiveConfiguration) Reset() + func (x *DirectiveConfiguration) String() string + type EngineConfiguration struct + DatasourceConfigurations []*DataSourceConfiguration + DefaultFlushInterval int64 + FieldConfigurations []*FieldConfiguration + GraphqlClientSchema *string + GraphqlSchema string + StringStorage map[string]string + TypeConfigurations []*TypeConfiguration + func (*EngineConfiguration) Descriptor() ([]byte, []int) + func (*EngineConfiguration) ProtoMessage() + func (x *EngineConfiguration) GetDatasourceConfigurations() []*DataSourceConfiguration + func (x *EngineConfiguration) GetDefaultFlushInterval() int64 + func (x *EngineConfiguration) GetFieldConfigurations() []*FieldConfiguration + func (x *EngineConfiguration) GetGraphqlClientSchema() string + func (x *EngineConfiguration) GetGraphqlSchema() string + func (x *EngineConfiguration) GetStringStorage() map[string]string + func (x *EngineConfiguration) GetTypeConfigurations() []*TypeConfiguration + func (x *EngineConfiguration) ProtoReflect() protoreflect.Message + func (x *EngineConfiguration) Reset() + func (x *EngineConfiguration) String() string + type EngineEventConfiguration struct + FieldName string + ProviderId string + Type EventType + TypeName string + func (*EngineEventConfiguration) Descriptor() ([]byte, []int) + func (*EngineEventConfiguration) ProtoMessage() + func (x *EngineEventConfiguration) GetFieldName() string + func (x *EngineEventConfiguration) GetProviderId() string + func (x *EngineEventConfiguration) GetType() EventType + func (x *EngineEventConfiguration) GetTypeName() string + func (x *EngineEventConfiguration) ProtoReflect() protoreflect.Message + func (x *EngineEventConfiguration) Reset() + func (x *EngineEventConfiguration) String() string + type EntityInterfaceConfiguration struct + ConcreteTypeNames []string + InterfaceTypeName string + func (*EntityInterfaceConfiguration) Descriptor() ([]byte, []int) + func (*EntityInterfaceConfiguration) ProtoMessage() + func (x *EntityInterfaceConfiguration) GetConcreteTypeNames() []string + func (x *EntityInterfaceConfiguration) GetInterfaceTypeName() string + func (x *EntityInterfaceConfiguration) ProtoReflect() protoreflect.Message + func (x *EntityInterfaceConfiguration) Reset() + func (x *EntityInterfaceConfiguration) String() string + type EventType int32 + const EventType_PUBLISH + const EventType_REQUEST + const EventType_SUBSCRIBE + func (EventType) Descriptor() protoreflect.EnumDescriptor + func (EventType) EnumDescriptor() ([]byte, []int) + func (EventType) Type() protoreflect.EnumType + func (x EventType) Enum() *EventType + func (x EventType) Number() protoreflect.EnumNumber + func (x EventType) String() string + type FeatureFlagRouterExecutionConfig struct + EngineConfig *EngineConfiguration + Subgraphs []*Subgraph + Version string + func (*FeatureFlagRouterExecutionConfig) Descriptor() ([]byte, []int) + func (*FeatureFlagRouterExecutionConfig) ProtoMessage() + func (x *FeatureFlagRouterExecutionConfig) GetEngineConfig() *EngineConfiguration + func (x *FeatureFlagRouterExecutionConfig) GetSubgraphs() []*Subgraph + func (x *FeatureFlagRouterExecutionConfig) GetVersion() string + func (x *FeatureFlagRouterExecutionConfig) ProtoReflect() protoreflect.Message + func (x *FeatureFlagRouterExecutionConfig) Reset() + func (x *FeatureFlagRouterExecutionConfig) String() string + type FeatureFlagRouterExecutionConfigs struct + ConfigByFeatureFlagName map[string]*FeatureFlagRouterExecutionConfig + func (*FeatureFlagRouterExecutionConfigs) Descriptor() ([]byte, []int) + func (*FeatureFlagRouterExecutionConfigs) ProtoMessage() + func (x *FeatureFlagRouterExecutionConfigs) GetConfigByFeatureFlagName() map[string]*FeatureFlagRouterExecutionConfig + func (x *FeatureFlagRouterExecutionConfigs) ProtoReflect() protoreflect.Message + func (x *FeatureFlagRouterExecutionConfigs) Reset() + func (x *FeatureFlagRouterExecutionConfigs) String() string + type FetchConfiguration struct + BaseUrl *ConfigurationVariable + Body *ConfigurationVariable + Header map[string]*HTTPHeader + HttpProxyUrl *ConfigurationVariable + Method HTTPMethod + Mtls *MTLSConfiguration + Path *ConfigurationVariable + Query []*URLQueryConfiguration + Url *ConfigurationVariable + UrlEncodeBody bool + func (*FetchConfiguration) Descriptor() ([]byte, []int) + func (*FetchConfiguration) ProtoMessage() + func (x *FetchConfiguration) GetBaseUrl() *ConfigurationVariable + func (x *FetchConfiguration) GetBody() *ConfigurationVariable + func (x *FetchConfiguration) GetHeader() map[string]*HTTPHeader + func (x *FetchConfiguration) GetHttpProxyUrl() *ConfigurationVariable + func (x *FetchConfiguration) GetMethod() HTTPMethod + func (x *FetchConfiguration) GetMtls() *MTLSConfiguration + func (x *FetchConfiguration) GetPath() *ConfigurationVariable + func (x *FetchConfiguration) GetQuery() []*URLQueryConfiguration + func (x *FetchConfiguration) GetUrl() *ConfigurationVariable + func (x *FetchConfiguration) GetUrlEncodeBody() bool + func (x *FetchConfiguration) ProtoReflect() protoreflect.Message + func (x *FetchConfiguration) Reset() + func (x *FetchConfiguration) String() string + type FieldConfiguration struct + ArgumentsConfiguration []*ArgumentConfiguration + AuthorizationConfiguration *AuthorizationConfiguration + FieldName string + SubscriptionFilterCondition *SubscriptionFilterCondition + TypeName string + func (*FieldConfiguration) Descriptor() ([]byte, []int) + func (*FieldConfiguration) ProtoMessage() + func (x *FieldConfiguration) GetArgumentsConfiguration() []*ArgumentConfiguration + func (x *FieldConfiguration) GetAuthorizationConfiguration() *AuthorizationConfiguration + func (x *FieldConfiguration) GetFieldName() string + func (x *FieldConfiguration) GetSubscriptionFilterCondition() *SubscriptionFilterCondition + func (x *FieldConfiguration) GetTypeName() string + func (x *FieldConfiguration) ProtoReflect() protoreflect.Message + func (x *FieldConfiguration) Reset() + func (x *FieldConfiguration) String() string + type GraphQLFederationConfiguration struct + Enabled bool + ServiceSdl string + func (*GraphQLFederationConfiguration) Descriptor() ([]byte, []int) + func (*GraphQLFederationConfiguration) ProtoMessage() + func (x *GraphQLFederationConfiguration) GetEnabled() bool + func (x *GraphQLFederationConfiguration) GetServiceSdl() string + func (x *GraphQLFederationConfiguration) ProtoReflect() protoreflect.Message + func (x *GraphQLFederationConfiguration) Reset() + func (x *GraphQLFederationConfiguration) String() string + type GraphQLSubscriptionConfiguration struct + Enabled bool + Protocol *common.GraphQLSubscriptionProtocol + Url *ConfigurationVariable + UseSSE *bool + WebsocketSubprotocol *common.GraphQLWebsocketSubprotocol + func (*GraphQLSubscriptionConfiguration) Descriptor() ([]byte, []int) + func (*GraphQLSubscriptionConfiguration) ProtoMessage() + func (x *GraphQLSubscriptionConfiguration) GetEnabled() bool + func (x *GraphQLSubscriptionConfiguration) GetProtocol() common.GraphQLSubscriptionProtocol + func (x *GraphQLSubscriptionConfiguration) GetUrl() *ConfigurationVariable + func (x *GraphQLSubscriptionConfiguration) GetUseSSE() bool + func (x *GraphQLSubscriptionConfiguration) GetWebsocketSubprotocol() common.GraphQLWebsocketSubprotocol + func (x *GraphQLSubscriptionConfiguration) ProtoReflect() protoreflect.Message + func (x *GraphQLSubscriptionConfiguration) Reset() + func (x *GraphQLSubscriptionConfiguration) String() string + type HTTPHeader struct + Values []*ConfigurationVariable + func (*HTTPHeader) Descriptor() ([]byte, []int) + func (*HTTPHeader) ProtoMessage() + func (x *HTTPHeader) GetValues() []*ConfigurationVariable + func (x *HTTPHeader) ProtoReflect() protoreflect.Message + func (x *HTTPHeader) Reset() + func (x *HTTPHeader) String() string + type HTTPMethod int32 + const HTTPMethod_DELETE + const HTTPMethod_GET + const HTTPMethod_OPTIONS + const HTTPMethod_POST + const HTTPMethod_PUT + func (HTTPMethod) Descriptor() protoreflect.EnumDescriptor + func (HTTPMethod) EnumDescriptor() ([]byte, []int) + func (HTTPMethod) Type() protoreflect.EnumType + func (x HTTPMethod) Enum() *HTTPMethod + func (x HTTPMethod) Number() protoreflect.EnumNumber + func (x HTTPMethod) String() string + type InternedString struct + Key string + func (*InternedString) Descriptor() ([]byte, []int) + func (*InternedString) ProtoMessage() + func (x *InternedString) GetKey() string + func (x *InternedString) ProtoReflect() protoreflect.Message + func (x *InternedString) Reset() + func (x *InternedString) String() string + type KafkaEventConfiguration struct + EngineEventConfiguration *EngineEventConfiguration + Topics []string + func (*KafkaEventConfiguration) Descriptor() ([]byte, []int) + func (*KafkaEventConfiguration) ProtoMessage() + func (x *KafkaEventConfiguration) GetEngineEventConfiguration() *EngineEventConfiguration + func (x *KafkaEventConfiguration) GetTopics() []string + func (x *KafkaEventConfiguration) ProtoReflect() protoreflect.Message + func (x *KafkaEventConfiguration) Reset() + func (x *KafkaEventConfiguration) String() string + type MTLSConfiguration struct + Cert *ConfigurationVariable + InsecureSkipVerify bool + Key *ConfigurationVariable + func (*MTLSConfiguration) Descriptor() ([]byte, []int) + func (*MTLSConfiguration) ProtoMessage() + func (x *MTLSConfiguration) GetCert() *ConfigurationVariable + func (x *MTLSConfiguration) GetInsecureSkipVerify() bool + func (x *MTLSConfiguration) GetKey() *ConfigurationVariable + func (x *MTLSConfiguration) ProtoReflect() protoreflect.Message + func (x *MTLSConfiguration) Reset() + func (x *MTLSConfiguration) String() string + type NatsEventConfiguration struct + EngineEventConfiguration *EngineEventConfiguration + StreamConfiguration *NatsStreamConfiguration + Subjects []string + func (*NatsEventConfiguration) Descriptor() ([]byte, []int) + func (*NatsEventConfiguration) ProtoMessage() + func (x *NatsEventConfiguration) GetEngineEventConfiguration() *EngineEventConfiguration + func (x *NatsEventConfiguration) GetStreamConfiguration() *NatsStreamConfiguration + func (x *NatsEventConfiguration) GetSubjects() []string + func (x *NatsEventConfiguration) ProtoReflect() protoreflect.Message + func (x *NatsEventConfiguration) Reset() + func (x *NatsEventConfiguration) String() string + type NatsStreamConfiguration struct + ConsumerName string + StreamName string + func (*NatsStreamConfiguration) Descriptor() ([]byte, []int) + func (*NatsStreamConfiguration) ProtoMessage() + func (x *NatsStreamConfiguration) GetConsumerName() string + func (x *NatsStreamConfiguration) GetStreamName() string + func (x *NatsStreamConfiguration) ProtoReflect() protoreflect.Message + func (x *NatsStreamConfiguration) Reset() + func (x *NatsStreamConfiguration) String() string + type RegistrationInfo struct + AccountLimits *AccountLimits + GraphPublicKey string + func (*RegistrationInfo) Descriptor() ([]byte, []int) + func (*RegistrationInfo) ProtoMessage() + func (x *RegistrationInfo) GetAccountLimits() *AccountLimits + func (x *RegistrationInfo) GetGraphPublicKey() string + func (x *RegistrationInfo) ProtoReflect() protoreflect.Message + func (x *RegistrationInfo) Reset() + func (x *RegistrationInfo) String() string + type RequiredField struct + DisableEntityResolver bool + FieldName string + SelectionSet string + TypeName string + func (*RequiredField) Descriptor() ([]byte, []int) + func (*RequiredField) ProtoMessage() + func (x *RequiredField) GetDisableEntityResolver() bool + func (x *RequiredField) GetFieldName() string + func (x *RequiredField) GetSelectionSet() string + func (x *RequiredField) GetTypeName() string + func (x *RequiredField) ProtoReflect() protoreflect.Message + func (x *RequiredField) Reset() + func (x *RequiredField) String() string + type Response struct + Code common.EnumStatusCode + Details *string + func (*Response) Descriptor() ([]byte, []int) + func (*Response) ProtoMessage() + func (x *Response) GetCode() common.EnumStatusCode + func (x *Response) GetDetails() string + func (x *Response) ProtoReflect() protoreflect.Message + func (x *Response) Reset() + func (x *Response) String() string + type ResponseStatus struct + Code int32 + Message string + func (*ResponseStatus) Descriptor() ([]byte, []int) + func (*ResponseStatus) ProtoMessage() + func (x *ResponseStatus) GetCode() int32 + func (x *ResponseStatus) GetMessage() string + func (x *ResponseStatus) ProtoReflect() protoreflect.Message + func (x *ResponseStatus) Reset() + func (x *ResponseStatus) String() string + type RouterConfig struct + EngineConfig *EngineConfiguration + FeatureFlagConfigs *FeatureFlagRouterExecutionConfigs + Subgraphs []*Subgraph + Version string + func (*RouterConfig) Descriptor() ([]byte, []int) + func (*RouterConfig) ProtoMessage() + func (x *RouterConfig) GetEngineConfig() *EngineConfiguration + func (x *RouterConfig) GetFeatureFlagConfigs() *FeatureFlagRouterExecutionConfigs + func (x *RouterConfig) GetSubgraphs() []*Subgraph + func (x *RouterConfig) GetVersion() string + func (x *RouterConfig) ProtoReflect() protoreflect.Message + func (x *RouterConfig) Reset() + func (x *RouterConfig) String() string + type Scopes struct + RequiredAndScopes []string + func (*Scopes) Descriptor() ([]byte, []int) + func (*Scopes) ProtoMessage() + func (x *Scopes) GetRequiredAndScopes() []string + func (x *Scopes) ProtoReflect() protoreflect.Message + func (x *Scopes) Reset() + func (x *Scopes) String() string + type SelfRegisterRequest struct + func (*SelfRegisterRequest) Descriptor() ([]byte, []int) + func (*SelfRegisterRequest) ProtoMessage() + func (x *SelfRegisterRequest) ProtoReflect() protoreflect.Message + func (x *SelfRegisterRequest) Reset() + func (x *SelfRegisterRequest) String() string + type SelfRegisterResponse struct + RegistrationInfo *RegistrationInfo + Response *Response + func (*SelfRegisterResponse) Descriptor() ([]byte, []int) + func (*SelfRegisterResponse) ProtoMessage() + func (x *SelfRegisterResponse) GetRegistrationInfo() *RegistrationInfo + func (x *SelfRegisterResponse) GetResponse() *Response + func (x *SelfRegisterResponse) ProtoReflect() protoreflect.Message + func (x *SelfRegisterResponse) Reset() + func (x *SelfRegisterResponse) String() string + type SingleTypeField struct + FieldName string + TypeName string + func (*SingleTypeField) Descriptor() ([]byte, []int) + func (*SingleTypeField) ProtoMessage() + func (x *SingleTypeField) GetFieldName() string + func (x *SingleTypeField) GetTypeName() string + func (x *SingleTypeField) ProtoReflect() protoreflect.Message + func (x *SingleTypeField) Reset() + func (x *SingleTypeField) String() string + type StatusCodeTypeMapping struct + InjectStatusCodeIntoBody bool + StatusCode int64 + TypeName string + func (*StatusCodeTypeMapping) Descriptor() ([]byte, []int) + func (*StatusCodeTypeMapping) ProtoMessage() + func (x *StatusCodeTypeMapping) GetInjectStatusCodeIntoBody() bool + func (x *StatusCodeTypeMapping) GetStatusCode() int64 + func (x *StatusCodeTypeMapping) GetTypeName() string + func (x *StatusCodeTypeMapping) ProtoReflect() protoreflect.Message + func (x *StatusCodeTypeMapping) Reset() + func (x *StatusCodeTypeMapping) String() string + type Subgraph struct + Id string + Name string + RoutingUrl string + func (*Subgraph) Descriptor() ([]byte, []int) + func (*Subgraph) ProtoMessage() + func (x *Subgraph) GetId() string + func (x *Subgraph) GetName() string + func (x *Subgraph) GetRoutingUrl() string + func (x *Subgraph) ProtoReflect() protoreflect.Message + func (x *Subgraph) Reset() + func (x *Subgraph) String() string + type SubscriptionFieldCondition struct + FieldPath []string + Json string + func (*SubscriptionFieldCondition) Descriptor() ([]byte, []int) + func (*SubscriptionFieldCondition) ProtoMessage() + func (x *SubscriptionFieldCondition) GetFieldPath() []string + func (x *SubscriptionFieldCondition) GetJson() string + func (x *SubscriptionFieldCondition) ProtoReflect() protoreflect.Message + func (x *SubscriptionFieldCondition) Reset() + func (x *SubscriptionFieldCondition) String() string + type SubscriptionFilterCondition struct + And []*SubscriptionFilterCondition + In *SubscriptionFieldCondition + Not *SubscriptionFilterCondition + Or []*SubscriptionFilterCondition + func (*SubscriptionFilterCondition) Descriptor() ([]byte, []int) + func (*SubscriptionFilterCondition) ProtoMessage() + func (x *SubscriptionFilterCondition) GetAnd() []*SubscriptionFilterCondition + func (x *SubscriptionFilterCondition) GetIn() *SubscriptionFieldCondition + func (x *SubscriptionFilterCondition) GetNot() *SubscriptionFilterCondition + func (x *SubscriptionFilterCondition) GetOr() []*SubscriptionFilterCondition + func (x *SubscriptionFilterCondition) ProtoReflect() protoreflect.Message + func (x *SubscriptionFilterCondition) Reset() + func (x *SubscriptionFilterCondition) String() string + type TypeConfiguration struct + RenameTo string + TypeName string + func (*TypeConfiguration) Descriptor() ([]byte, []int) + func (*TypeConfiguration) ProtoMessage() + func (x *TypeConfiguration) GetRenameTo() string + func (x *TypeConfiguration) GetTypeName() string + func (x *TypeConfiguration) ProtoReflect() protoreflect.Message + func (x *TypeConfiguration) Reset() + func (x *TypeConfiguration) String() string + type TypeField struct + ExternalFieldNames []string + FieldNames []string + TypeName string + func (*TypeField) Descriptor() ([]byte, []int) + func (*TypeField) ProtoMessage() + func (x *TypeField) GetExternalFieldNames() []string + func (x *TypeField) GetFieldNames() []string + func (x *TypeField) GetTypeName() string + func (x *TypeField) ProtoReflect() protoreflect.Message + func (x *TypeField) Reset() + func (x *TypeField) String() string + type URLQueryConfiguration struct + Name string + Value string + func (*URLQueryConfiguration) Descriptor() ([]byte, []int) + func (*URLQueryConfiguration) ProtoMessage() + func (x *URLQueryConfiguration) GetName() string + func (x *URLQueryConfiguration) GetValue() string + func (x *URLQueryConfiguration) ProtoReflect() protoreflect.Message + func (x *URLQueryConfiguration) Reset() + func (x *URLQueryConfiguration) String() string