diff --git a/etc/graphql/di.xml b/etc/graphql/di.xml new file mode 100644 index 00000000..ca2ba869 --- /dev/null +++ b/etc/graphql/di.xml @@ -0,0 +1,11 @@ + + + + + + payment/rvvup/active + + + + diff --git a/etc/schema.graphqls b/etc/schema.graphqls new file mode 100644 index 00000000..79d2fb85 --- /dev/null +++ b/etc/schema.graphqls @@ -0,0 +1,3 @@ +type StoreConfig { + rvvup_payments_active: String @doc(description: "Rvvup Payments Active") +}