Skip to content

Commit

Permalink
feat: updates some input types
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarenaldi committed Feb 6, 2025
1 parent 52b4bcc commit 60cb3b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions packages/graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -6864,7 +6864,7 @@ input UnknownFeedRuleConfig {
executeOn: [FeedRuleExecuteOn!]!

"""Optional rule configuration parameters"""
config: [AnyKeyValueInput!]
params: [AnyKeyValueInput!]
}

input UnknownGraphRuleConfig {
Expand All @@ -6873,7 +6873,7 @@ input UnknownGraphRuleConfig {
executeOn: [GraphRuleExecuteOn!]!

"""Optional rule configuration parameters"""
config: [AnyKeyValueInput!]
params: [AnyKeyValueInput!]
}

input UnknownGroupRuleConfig {
Expand All @@ -6882,7 +6882,7 @@ input UnknownGroupRuleConfig {
executeOn: [GroupRuleExecuteOn!]!

"""Optional rule configuration parameters"""
config: [AnyKeyValueInput!]
params: [AnyKeyValueInput!]
}

input UnknownNamespaceRuleConfig {
Expand All @@ -6891,7 +6891,7 @@ input UnknownNamespaceRuleConfig {
executeOn: [NamespaceRuleExecuteOn!]!

"""Optional rule configuration parameters"""
config: [AnyKeyValueInput!]
params: [AnyKeyValueInput!]
}

type UnknownPostActionContract {
Expand All @@ -6905,7 +6905,7 @@ input UnknownPostRuleConfig {
executeOn: [PostRuleExecuteOn!]!

"""Optional rule configuration parameters"""
config: [AnyKeyValueInput!]
params: [AnyKeyValueInput!]
}

input UnknownRuleProcessingParams {
Expand Down
10 changes: 5 additions & 5 deletions packages/graphql/src/graphql-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -696,12 +696,12 @@ export type introspection_types = {
'UnknownAction': { kind: 'OBJECT'; name: 'UnknownAction'; fields: { 'address': { name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; 'metadata': { name: 'metadata'; type: { kind: 'OBJECT'; name: 'ActionMetadata'; ofType: null; } }; }; };
'UnknownActionConfig': { kind: 'INPUT_OBJECT'; name: 'UnknownActionConfig'; isOneOf: false; inputFields: [{ name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'params'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AnyKeyValueInput'; ofType: null; }; }; }; }; defaultValue: null }]; };
'UnknownActionExecute': { kind: 'INPUT_OBJECT'; name: 'UnknownActionExecute'; isOneOf: false; inputFields: [{ name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'params'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AnyKeyValueInput'; ofType: null; }; }; }; }; defaultValue: null }]; };
'UnknownFeedRuleConfig': { kind: 'INPUT_OBJECT'; name: 'UnknownFeedRuleConfig'; isOneOf: false; inputFields: [{ name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'executeOn'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'FeedRuleExecuteOn'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'config'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AnyKeyValueInput'; ofType: null; }; }; }; defaultValue: null }]; };
'UnknownGraphRuleConfig': { kind: 'INPUT_OBJECT'; name: 'UnknownGraphRuleConfig'; isOneOf: false; inputFields: [{ name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'executeOn'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'GraphRuleExecuteOn'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'config'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AnyKeyValueInput'; ofType: null; }; }; }; defaultValue: null }]; };
'UnknownGroupRuleConfig': { kind: 'INPUT_OBJECT'; name: 'UnknownGroupRuleConfig'; isOneOf: false; inputFields: [{ name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'executeOn'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'GroupRuleExecuteOn'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'config'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AnyKeyValueInput'; ofType: null; }; }; }; defaultValue: null }]; };
'UnknownNamespaceRuleConfig': { kind: 'INPUT_OBJECT'; name: 'UnknownNamespaceRuleConfig'; isOneOf: false; inputFields: [{ name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'executeOn'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'NamespaceRuleExecuteOn'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'config'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AnyKeyValueInput'; ofType: null; }; }; }; defaultValue: null }]; };
'UnknownFeedRuleConfig': { kind: 'INPUT_OBJECT'; name: 'UnknownFeedRuleConfig'; isOneOf: false; inputFields: [{ name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'executeOn'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'FeedRuleExecuteOn'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'params'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AnyKeyValueInput'; ofType: null; }; }; }; defaultValue: null }]; };
'UnknownGraphRuleConfig': { kind: 'INPUT_OBJECT'; name: 'UnknownGraphRuleConfig'; isOneOf: false; inputFields: [{ name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'executeOn'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'GraphRuleExecuteOn'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'params'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AnyKeyValueInput'; ofType: null; }; }; }; defaultValue: null }]; };
'UnknownGroupRuleConfig': { kind: 'INPUT_OBJECT'; name: 'UnknownGroupRuleConfig'; isOneOf: false; inputFields: [{ name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'executeOn'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'GroupRuleExecuteOn'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'params'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AnyKeyValueInput'; ofType: null; }; }; }; defaultValue: null }]; };
'UnknownNamespaceRuleConfig': { kind: 'INPUT_OBJECT'; name: 'UnknownNamespaceRuleConfig'; isOneOf: false; inputFields: [{ name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'executeOn'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'NamespaceRuleExecuteOn'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'params'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AnyKeyValueInput'; ofType: null; }; }; }; defaultValue: null }]; };
'UnknownPostActionContract': { kind: 'OBJECT'; name: 'UnknownPostActionContract'; fields: { 'address': { name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; 'metadata': { name: 'metadata'; type: { kind: 'OBJECT'; name: 'ActionMetadata'; ofType: null; } }; }; };
'UnknownPostRuleConfig': { kind: 'INPUT_OBJECT'; name: 'UnknownPostRuleConfig'; isOneOf: false; inputFields: [{ name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'executeOn'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'PostRuleExecuteOn'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'config'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AnyKeyValueInput'; ofType: null; }; }; }; defaultValue: null }]; };
'UnknownPostRuleConfig': { kind: 'INPUT_OBJECT'; name: 'UnknownPostRuleConfig'; isOneOf: false; inputFields: [{ name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'executeOn'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'PostRuleExecuteOn'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'params'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AnyKeyValueInput'; ofType: null; }; }; }; defaultValue: null }]; };
'UnknownRuleProcessingParams': { kind: 'INPUT_OBJECT'; name: 'UnknownRuleProcessingParams'; isOneOf: false; inputFields: [{ name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'RuleId'; ofType: null; }; }; defaultValue: null }, { name: 'params'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AnyKeyValueInput'; ofType: null; }; }; }; defaultValue: null }]; };
'UpdateAccountFollowRulesRequest': { kind: 'INPUT_OBJECT'; name: 'UpdateAccountFollowRulesRequest'; isOneOf: false; inputFields: [{ name: 'graph'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: "\"0xAA4073eb869aC7A4F4fc720612f2eA92Ee11Fba6\"" }, { name: 'toAdd'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AccountRulesConfigInput'; ofType: null; }; }; defaultValue: "{required: [], anyOf: []}" }, { name: 'toRemove'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'RuleId'; ofType: null; }; }; }; }; defaultValue: "[]" }]; };
'UpdateAccountFollowRulesResponse': { kind: 'OBJECT'; name: 'UpdateAccountFollowRulesResponse'; fields: { 'hash': { name: 'hash'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'TxHash'; ofType: null; }; } }; }; };
Expand Down

0 comments on commit 60cb3b8

Please sign in to comment.