graphql-engine-1.0.0: GraphQL API over Postgres
Safe HaskellNone
LanguageHaskell2010

Hasura.Backends.BigQuery.Source

Synopsis

Documentation

data PKey Source #

Constructors

PKey 

Fields

Instances

Instances details
Eq PKey Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Methods

(==) :: PKey -> PKey -> Bool #

(/=) :: PKey -> PKey -> Bool #

Data PKey Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PKey -> c PKey #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PKey #

toConstr :: PKey -> Constr #

dataTypeOf :: PKey -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PKey) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PKey) #

gmapT :: (forall b. Data b => b -> b) -> PKey -> PKey #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PKey -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PKey -> r #

gmapQ :: (forall d. Data d => d -> u) -> PKey -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PKey -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PKey -> m PKey #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PKey -> m PKey #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PKey -> m PKey #

Show PKey Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Methods

showsPrec :: Int -> PKey -> ShowS #

show :: PKey -> String #

showList :: [PKey] -> ShowS #

Generic PKey Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Associated Types

type Rep PKey :: Type -> Type #

Methods

from :: PKey -> Rep PKey x #

to :: Rep PKey x -> PKey #

NFData PKey Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Methods

rnf :: PKey -> () #

Hashable PKey Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Methods

hashWithSalt :: Int -> PKey -> Int

hash :: PKey -> Int

FromJSON PKey Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Methods

parseJSON :: Value -> Parser PKey

parseJSONList :: Value -> Parser [PKey]

ToJSON PKey Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Methods

toJSON :: PKey -> Value

toEncoding :: PKey -> Encoding

toJSONList :: [PKey] -> Value

toEncodingList :: [PKey] -> Encoding

type Rep PKey Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

type Rep PKey = D1 ('MetaData "PKey" "Hasura.Backends.BigQuery.Source" "graphql-engine-1.0.0-inplace" 'False) (C1 ('MetaCons "PKey" 'PrefixI 'True) (S1 ('MetaSel ('Just "unPKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PrivateKey) :*: S1 ('MetaSel ('Just "originalBS") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newtype GoogleAccessToken Source #

Constructors

GoogleAccessToken Text 

Instances

Instances details
Eq GoogleAccessToken Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Data GoogleAccessToken Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GoogleAccessToken -> c GoogleAccessToken #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GoogleAccessToken #

toConstr :: GoogleAccessToken -> Constr #

dataTypeOf :: GoogleAccessToken -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c GoogleAccessToken) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GoogleAccessToken) #

gmapT :: (forall b. Data b => b -> b) -> GoogleAccessToken -> GoogleAccessToken #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GoogleAccessToken -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GoogleAccessToken -> r #

gmapQ :: (forall d. Data d => d -> u) -> GoogleAccessToken -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GoogleAccessToken -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GoogleAccessToken -> m GoogleAccessToken #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GoogleAccessToken -> m GoogleAccessToken #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GoogleAccessToken -> m GoogleAccessToken #

Show GoogleAccessToken Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Generic GoogleAccessToken Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Associated Types

type Rep GoogleAccessToken :: Type -> Type #

NFData GoogleAccessToken Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Methods

rnf :: GoogleAccessToken -> () #

Hashable GoogleAccessToken Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

FromJSON GoogleAccessToken Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Methods

parseJSON :: Value -> Parser GoogleAccessToken

parseJSONList :: Value -> Parser [GoogleAccessToken]

ToJSON GoogleAccessToken Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

type Rep GoogleAccessToken Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

type Rep GoogleAccessToken = D1 ('MetaData "GoogleAccessToken" "Hasura.Backends.BigQuery.Source" "graphql-engine-1.0.0-inplace" 'True) (C1 ('MetaCons "GoogleAccessToken" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

data TokenResp Source #

Instances

Instances details
Eq TokenResp Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Data TokenResp Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TokenResp -> c TokenResp #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TokenResp #

toConstr :: TokenResp -> Constr #

dataTypeOf :: TokenResp -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TokenResp) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TokenResp) #

gmapT :: (forall b. Data b => b -> b) -> TokenResp -> TokenResp #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TokenResp -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TokenResp -> r #

gmapQ :: (forall d. Data d => d -> u) -> TokenResp -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TokenResp -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TokenResp -> m TokenResp #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TokenResp -> m TokenResp #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TokenResp -> m TokenResp #

Show TokenResp Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Generic TokenResp Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Associated Types

type Rep TokenResp :: Type -> Type #

NFData TokenResp Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Methods

rnf :: TokenResp -> () #

Hashable TokenResp Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

FromJSON TokenResp Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Methods

parseJSON :: Value -> Parser TokenResp

parseJSONList :: Value -> Parser [TokenResp]

type Rep TokenResp Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

type Rep TokenResp = D1 ('MetaData "TokenResp" "Hasura.Backends.BigQuery.Source" "graphql-engine-1.0.0-inplace" 'False) (C1 ('MetaCons "TokenResp" 'PrefixI 'True) (S1 ('MetaSel ('Just "_trAccessToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GoogleAccessToken) :*: S1 ('MetaSel ('Just "_trExpiresAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

data ServiceAccount Source #

Constructors

ServiceAccount 

Fields

Instances

Instances details
Eq ServiceAccount Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Data ServiceAccount Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ServiceAccount -> c ServiceAccount #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ServiceAccount #

toConstr :: ServiceAccount -> Constr #

dataTypeOf :: ServiceAccount -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ServiceAccount) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ServiceAccount) #

gmapT :: (forall b. Data b => b -> b) -> ServiceAccount -> ServiceAccount #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ServiceAccount -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ServiceAccount -> r #

gmapQ :: (forall d. Data d => d -> u) -> ServiceAccount -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ServiceAccount -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ServiceAccount -> m ServiceAccount #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ServiceAccount -> m ServiceAccount #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ServiceAccount -> m ServiceAccount #

Show ServiceAccount Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Generic ServiceAccount Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Associated Types

type Rep ServiceAccount :: Type -> Type #

NFData ServiceAccount Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Methods

rnf :: ServiceAccount -> () #

Hashable ServiceAccount Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

FromJSON ServiceAccount Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Methods

parseJSON :: Value -> Parser ServiceAccount

parseJSONList :: Value -> Parser [ServiceAccount]

ToJSON ServiceAccount Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Methods

toJSON :: ServiceAccount -> Value

toEncoding :: ServiceAccount -> Encoding

toJSONList :: [ServiceAccount] -> Value

toEncodingList :: [ServiceAccount] -> Encoding

type Rep ServiceAccount Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

type Rep ServiceAccount = D1 ('MetaData "ServiceAccount" "Hasura.Backends.BigQuery.Source" "graphql-engine-1.0.0-inplace" 'False) (C1 ('MetaCons "ServiceAccount" 'PrefixI 'True) (S1 ('MetaSel ('Just "_saClientEmail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "_saPrivateKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PKey) :*: S1 ('MetaSel ('Just "_saProjectId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

data ConfigurationJSON a Source #

Constructors

FromEnvJSON Text 
FromYamlJSON a 

Instances

Instances details
Eq a => Eq (ConfigurationJSON a) Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Show a => Show (ConfigurationJSON a) Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Generic (ConfigurationJSON a) Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Associated Types

type Rep (ConfigurationJSON a) :: Type -> Type #

NFData a => NFData (ConfigurationJSON a) Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Methods

rnf :: ConfigurationJSON a -> () #

Hashable a => Hashable (ConfigurationJSON a) Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

FromJSON a => FromJSON (ConfigurationJSON a) Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Methods

parseJSON :: Value -> Parser (ConfigurationJSON a)

parseJSONList :: Value -> Parser [ConfigurationJSON a]

ToJSON a => ToJSON (ConfigurationJSON a) Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Methods

toJSON :: ConfigurationJSON a -> Value

toEncoding :: ConfigurationJSON a -> Encoding

toJSONList :: [ConfigurationJSON a] -> Value

toEncodingList :: [ConfigurationJSON a] -> Encoding

type Rep (ConfigurationJSON a) Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

type Rep (ConfigurationJSON a) = D1 ('MetaData "ConfigurationJSON" "Hasura.Backends.BigQuery.Source" "graphql-engine-1.0.0-inplace" 'False) (C1 ('MetaCons "FromEnvJSON" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :+: C1 ('MetaCons "FromYamlJSON" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 a)))

data ConfigurationInputs Source #

Configuration inputs when they are a YAML array or an Env var whos value is a comma-separated string

Constructors

FromYamls [Text] 
FromEnvs Text 

Instances

Instances details
Eq ConfigurationInputs Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Show ConfigurationInputs Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Generic ConfigurationInputs Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Associated Types

type Rep ConfigurationInputs :: Type -> Type #

NFData ConfigurationInputs Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Methods

rnf :: ConfigurationInputs -> () #

Hashable ConfigurationInputs Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

FromJSON ConfigurationInputs Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Methods

parseJSON :: Value -> Parser ConfigurationInputs

parseJSONList :: Value -> Parser [ConfigurationInputs]

ToJSON ConfigurationInputs Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

type Rep ConfigurationInputs Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

type Rep ConfigurationInputs = D1 ('MetaData "ConfigurationInputs" "Hasura.Backends.BigQuery.Source" "graphql-engine-1.0.0-inplace" 'False) (C1 ('MetaCons "FromYamls" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])) :+: C1 ('MetaCons "FromEnvs" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

data ConfigurationInput Source #

Configuration input when the YAML value as well as the Env var have singlular values

Constructors

FromYaml Text 
FromEnv Text 

Instances

Instances details
Eq ConfigurationInput Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Show ConfigurationInput Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Generic ConfigurationInput Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Associated Types

type Rep ConfigurationInput :: Type -> Type #

NFData ConfigurationInput Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Methods

rnf :: ConfigurationInput -> () #

Hashable ConfigurationInput Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

FromJSON ConfigurationInput Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Methods

parseJSON :: Value -> Parser ConfigurationInput

parseJSONList :: Value -> Parser [ConfigurationInput]

ToJSON ConfigurationInput Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

type Rep ConfigurationInput Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

type Rep ConfigurationInput = D1 ('MetaData "ConfigurationInput" "Hasura.Backends.BigQuery.Source" "graphql-engine-1.0.0-inplace" 'False) (C1 ('MetaCons "FromYaml" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :+: C1 ('MetaCons "FromEnv" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

data BigQueryConnSourceConfig Source #

Instances

Instances details
Eq BigQueryConnSourceConfig Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Show BigQueryConnSourceConfig Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Generic BigQueryConnSourceConfig Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Associated Types

type Rep BigQueryConnSourceConfig :: Type -> Type #

NFData BigQueryConnSourceConfig Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

HasCodec BigQueryConnSourceConfig Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Hashable BigQueryConnSourceConfig Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

FromJSON BigQueryConnSourceConfig Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Methods

parseJSON :: Value -> Parser BigQueryConnSourceConfig

parseJSONList :: Value -> Parser [BigQueryConnSourceConfig]

ToJSON BigQueryConnSourceConfig Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Cacheable BigQueryConnSourceConfig Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

type Rep BigQueryConnSourceConfig Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

data RetryOptions Source #

Instances

Instances details
Eq RetryOptions Source # 
Instance details

Defined in Hasura.Backends.BigQuery.Source

Orphan instances

Generic PrivateKey Source # 
Instance details

Associated Types

type Rep PrivateKey :: Type -> Type #

Methods

from :: PrivateKey -> Rep PrivateKey x #

to :: Rep PrivateKey x -> PrivateKey #

Generic PublicKey Source # 
Instance details

Associated Types

type Rep PublicKey :: Type -> Type #

Methods

from :: PublicKey -> Rep PublicKey x #

to :: Rep PublicKey x -> PublicKey #

Hashable PrivateKey Source # 
Instance details

Methods

hashWithSalt :: Int -> PrivateKey -> Int

hash :: PrivateKey -> Int

Hashable PublicKey Source # 
Instance details

Methods

hashWithSalt :: Int -> PublicKey -> Int

hash :: PublicKey -> Int

ToJSON PrivateKey Source # 
Instance details

Methods

toJSON :: PrivateKey -> Value

toEncoding :: PrivateKey -> Encoding

toJSONList :: [PrivateKey] -> Value

toEncodingList :: [PrivateKey] -> Encoding

ToJSON PublicKey Source # 
Instance details

Methods

toJSON :: PublicKey -> Value

toEncoding :: PublicKey -> Encoding

toJSONList :: [PublicKey] -> Value

toEncodingList :: [PublicKey] -> Encoding