Consolidate RSC funcs

This commit is contained in:
2025-11-14 17:45:11 +00:00
parent 7c0dfd0e14
commit 33358c76ec
6 changed files with 111 additions and 117 deletions

View File

@@ -2,8 +2,7 @@
import json
import sys
from rsc_auth import RSCAuth
from rsc_graphql import RSCGraphQL
from rsc import RSCAuth, RSCGraphQL
def explore_oracle_types():
"""Explore Oracle-related types in the GraphQL schema"""